#154A74

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

Shades of Dark Cerulean #154A74

Tints of Dark Cerulean #154A74

Color information

#154A74 (or 0x154A74) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4A and 74. RGB value is (21,74,116). Sum of RGB (Red+Green+Blue) = 21+74+116=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #154A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A74 is #EAB58B. Grayscale: #3E3E3E. Windows color (decimal): -15381900 or 7621141. OLE color: 7621141.

HSL color Cylindrical-coordinate representation of color #154A74: hue angle of 206.53º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154A74 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2174116-
CMYK0.820.3600.55
HSL206.53º69.34%26.86%-
HSV(B)206.53º81.9%45.49%-
XYZ5.916.3217.43-
YUV62.94157.9498.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 116 (45.70% from 255) = 54.98%
R=9.95%
G=35.07%
B=54.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21741160.820.3600.55206.5369.3426.86
Hex154A745224037cf451b
Octal251121641224406731710533
Binary10101100101011101001010010100100011011111001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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