Shades of Dark Cerulean #153E77
Tints of Dark Cerulean #153E77
RGB
CMYK
RGB Variations
Color information
#153E77 (or 0x153E77) is known color: Dark Cerulean. HEX triplet: 15, 3E and 77. RGB value is (21,62,119). Sum of RGB (Red+Green+Blue) = 21+62+119=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #153E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E77 is #EAC188. Grayscale: #373737. Windows color (decimal): -15384969 or 7814677. OLE color: 7814677.
HSL color Cylindrical-coordinate representation of color #153E77: hue angle of 214.9º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153E77 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 62 | 119 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.53 |
| HSL | 214.9º | 0.7% | 0.27% | - |
| HSV(B) | 214.9º | 0.82% | 0.47% | - |
| XYZ | 5.36 | 4.94 | 18.12 | - |
| YUV | 56.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 119 | 0.82 | 0.48 | 0 | 0.53 | 214.9 | 0.7 | 0.27 |
| Hex | 15 | 3E | 77 | 52 | 30 | 0 | 35 | D7 | 46 | 1B |
| Octal | 25 | 76 | 167 | 122 | 60 | 0 | 65 | 327 | 106 | 33 |
| Binary | 10101 | 111110 | 1110111 | 1010010 | 110000 | 0 | 110101 | 11010111 | 1000110 | 11011 |
Color Harmonies of #153E77
Complementary color
Monochromatic Colors of #153E77
Black with #153E77
Text Example
Text Example
White with #153E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E77; }
p { color: rgb(21,62,119); }
H1.HeaderClassName
{
color: #153E77;
}
.AnyTagClassName
{
color: #153E77;
}
</style>
background-color css
<style>
a { background-color: #153E77; }
a { background-color: rgb(21,62,119); }
div.DivClassName
{
background-color: #153E77;
}
.BgClassName
{
background-color: #153E77;
}
</style>
border-color css
<style>
span { border-color: #153E77; }
span { border-color: rgb(21,62,119); }
td.TdClassName
{
border-color: #153E77;
}
.TagClassName
{
border-color: #153E77;
}
</style>