#154A9A

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

Shades of Cobalt #154A9A

Tints of Cobalt #154A9A

Color information

#154A9A (or 0x154A9A) is unknown color: approx Cobalt. HEX triplet: 15, 4A and 9A. RGB value is (21,74,154). Sum of RGB (Red+Green+Blue) = 21+74+154=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #154A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154A9A is #EAB565. Grayscale: #424242. Windows color (decimal): -15381862 or 10111509. OLE color: 10111509.

HSL color Cylindrical-coordinate representation of color #154A9A: hue angle of 216.09º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154A9A is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2174154-
CMYK0.860.5200.40
HSL216.09º76%34.31%-
HSV(B)216.09º86.36%60.39%-
XYZ8.597.3931.55-
YUV67.27176.9495-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=8.43%
G=29.72%
B=61.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21741540.860.5200.40216.097634.31
Hex154A9A5634028d84c22
Octal251122321266405033011442
Binary1010110010101001101010101101101000101000110110001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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