#184DAA

Color #184DAA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #184DAA

Tints of Cobalt #184DAA

Color information

#184DAA (or 0x184DAA) is unknown color: approx Cobalt. HEX triplet: 18, 4D and AA. RGB value is (24,77,170). Sum of RGB (Red+Green+Blue) = 24+77+170=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #184DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184DAA is #E7B255. Grayscale: #474747. Windows color (decimal): -15184470 or 11160856. OLE color: 11160856.

HSL color Cylindrical-coordinate representation of color #184DAA: hue angle of 218.22º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184DAA is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2477170-
CMYK0.860.5500.33
HSL218.22º75.26%38.04%-
HSV(B)218.22º85.88%66.67%-
XYZ10.298.439.11-
YUV71.76183.4493.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 8.86%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 170 (66.80% from 255) = 62.73%
R=8.86%
G=28.41%
B=62.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24771700.860.5500.33218.2275.2638.04
Hex184DAA5637021da4b26
Octal301152521266704133211346
Binary1100010011011010101010101101101110100001110110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184DAA; }

 p { color: rgb(24,77,170); }

 H1.HeaderClassName
 {
   color: #184DAA;
 }
 .AnyTagClassName
 {
   color: #184DAA;
 }
</style>
background-color css

<style>
 a { background-color: #184DAA; }

 a { background-color: rgb(24,77,170); }

 div.DivClassName
 {
   background-color: #184DAA;
 }
 .BgClassName
 {
   background-color: #184DAA;
 }
</style>
border-color css

<style>
 span { border-color: #184DAA; }

 span { border-color: rgb(24,77,170); }

 td.TdClassName
 {
   border-color: #184DAA;
 }
 .TagClassName
 {
   border-color: #184DAA;
 }
</style>