#154AA9

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

Shades of Cobalt #154AA9

Tints of Cobalt #154AA9

Color information

#154AA9 (or 0x154AA9) is unknown color: approx Cobalt. HEX triplet: 15, 4A and A9. RGB value is (21,74,169). Sum of RGB (Red+Green+Blue) = 21+74+169=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 169 (66.41% from 255 or 64.02% from 264); Max value from RGB is 169 - color contains mainly: blue. Hex color #154AA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AA9 is #EAB556. Grayscale: #444444. Windows color (decimal): -15381847 or 11094549. OLE color: 11094549.

HSL color Cylindrical-coordinate representation of color #154AA9: hue angle of 218.51º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154AA9 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2174169-
CMYK0.880.5600.34
HSL218.51º77.89%37.25%-
HSV(B)218.51º87.57%66.27%-
XYZ9.927.9238.54-
YUV68.98184.4493.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 74 (29.30% from 255) = 28.03%
BLUE value IS 169 (66.41% from 255) = 64.02%
R=7.95%
G=28.03%
B=64.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21741690.880.5600.34218.5177.8937.25
Hex154AA95838022db4e25
Octal251122511307004233311645
Binary1010110010101010100110110001110000100010110110111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154AA9; }

 p { color: rgb(21,74,169); }

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

<style>
 a { background-color: #154AA9; }

 a { background-color: rgb(21,74,169); }

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

<style>
 span { border-color: #154AA9; }

 span { border-color: rgb(21,74,169); }

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