#154A73

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

Shades of Dark Cerulean #154A73

Tints of Dark Cerulean #154A73

Color information

#154A73 (or 0x154A73) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4A and 73. RGB value is (21,74,115). Sum of RGB (Red+Green+Blue) = 21+74+115=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #154A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A73 is #EAB58C. Grayscale: #3E3E3E. Windows color (decimal): -15381901 or 7555605. OLE color: 7555605.

HSL color Cylindrical-coordinate representation of color #154A73: hue angle of 206.17º 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 #154A73 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2174115-
CMYK0.820.3600.55
HSL206.17º69.12%26.67%-
HSV(B)206.17º81.74%45.1%-
XYZ5.856.2917.13-
YUV62.83157.4498.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=10%
G=35.24%
B=54.76%

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
Decimal21741150.820.3600.55206.1769.1226.67
Hex154A735224037ce451b
Octal251121631224406731610533
Binary10101100101011100111010010100100011011111001110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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