#184AAA

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

Shades of Cobalt #184AAA

Tints of Cobalt #184AAA

Color information

#184AAA (or 0x184AAA) is unknown color: approx Cobalt. HEX triplet: 18, 4A and AA. RGB value is (24,74,170). Sum of RGB (Red+Green+Blue) = 24+74+170=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #184AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184AAA is #E7B555. Grayscale: #454545. Windows color (decimal): -15185238 or 11160088. OLE color: 11160088.

HSL color Cylindrical-coordinate representation of color #184AAA: hue angle of 219.45º 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 #184AAA is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2474170-
CMYK0.860.5600.33
HSL219.45º75.26%38.04%-
HSV(B)219.45º85.88%66.67%-
XYZ10.087.9939.04-
YUV69.99184.4495.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 170 (66.80% from 255) = 63.43%
R=8.96%
G=27.61%
B=63.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24741700.860.5600.33219.4575.2638.04
Hex184AAA5638021db4b26
Octal301122521267004133311346
Binary1100010010101010101010101101110000100001110110111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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