Shades of Dark Cerulean #153F77
Tints of Dark Cerulean #153F77
RGB
CMYK
RGB Variations
Color information
#153F77 (or 0x153F77) is known color: Dark Cerulean. HEX triplet: 15, 3F and 77. RGB value is (21,63,119). Sum of RGB (Red+Green+Blue) = 21+63+119=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #153F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F77 is #EAC088. Grayscale: #383838. Windows color (decimal): -15384713 or 7814933. OLE color: 7814933.
HSL color Cylindrical-coordinate representation of color #153F77: hue angle of 214.29º 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 #153F77 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 63 | 119 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.53 |
| HSL | 214.29º | 0.7% | 0.27% | - |
| HSV(B) | 214.29º | 0.82% | 0.47% | - |
| XYZ | 5.42 | 5.05 | 18.14 | - |
| YUV | 56.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 119 | 0.82 | 0.47 | 0 | 0.53 | 214.29 | 0.7 | 0.27 |
| Hex | 15 | 3F | 77 | 52 | 2F | 0 | 35 | D6 | 46 | 1B |
| Octal | 25 | 77 | 167 | 122 | 57 | 0 | 65 | 326 | 106 | 33 |
| Binary | 10101 | 111111 | 1110111 | 1010010 | 101111 | 0 | 110101 | 11010110 | 1000110 | 11011 |
Color Harmonies of #153F77
Complementary color
Monochromatic Colors of #153F77
Black with #153F77
Text Example
Text Example
White with #153F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F77; }
p { color: rgb(21,63,119); }
H1.HeaderClassName
{
color: #153F77;
}
.AnyTagClassName
{
color: #153F77;
}
</style>
background-color css
<style>
a { background-color: #153F77; }
a { background-color: rgb(21,63,119); }
div.DivClassName
{
background-color: #153F77;
}
.BgClassName
{
background-color: #153F77;
}
</style>
border-color css
<style>
span { border-color: #153F77; }
span { border-color: rgb(21,63,119); }
td.TdClassName
{
border-color: #153F77;
}
.TagClassName
{
border-color: #153F77;
}
</style>