#154975

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

Shades of Dark Cerulean #154975

Tints of Dark Cerulean #154975

Color information

#154975 (or 0x154975) is unknown color: approx Dark Cerulean. HEX triplet: 15, 49 and 75. RGB value is (21,73,117). Sum of RGB (Red+Green+Blue) = 21+73+117=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #154975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154975 is #EAB68A. Grayscale: #3E3E3E. Windows color (decimal): -15382155 or 7686421. OLE color: 7686421.

HSL color Cylindrical-coordinate representation of color #154975: hue angle of 207.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154975 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2173117-
CMYK0.820.3800.54
HSL207.5º69.57%27.06%-
HSV(B)207.5º82.05%45.88%-
XYZ5.96.2117.72-
YUV62.47158.7798.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=9.95%
G=34.60%
B=55.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21731170.820.3800.54207.569.5727.06
Hex1549755226036d0461b
Octal251111651224606632010633
Binary10101100100111101011010010100110011011011010000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154975; }

 p { color: rgb(21,73,117); }

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

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

 a { background-color: rgb(21,73,117); }

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

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

 span { border-color: rgb(21,73,117); }

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