Shades of Dark Cerulean #153F72
Tints of Dark Cerulean #153F72
RGB
CMYK
RGB Variations
Color information
#153F72 (or 0x153F72) is known color: Dark Cerulean. HEX triplet: 15, 3F and 72. RGB value is (21,63,114). Sum of RGB (Red+Green+Blue) = 21+63+114=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #153F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F72 is #EAC08D. Grayscale: #383838. Windows color (decimal): -15384718 or 7487253. OLE color: 7487253.
HSL color Cylindrical-coordinate representation of color #153F72: hue angle of 212.9º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153F72 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 63 | 114 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.55 |
| HSL | 212.9º | 0.69% | 0.26% | - |
| HSV(B) | 212.9º | 0.82% | 0.45% | - |
| XYZ | 5.12 | 4.93 | 16.6 | - |
| YUV | 56.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 114 | 0.82 | 0.45 | 0 | 0.55 | 212.9 | 0.69 | 0.26 |
| Hex | 15 | 3F | 72 | 52 | 2D | 0 | 37 | D5 | 45 | 1A |
| Octal | 25 | 77 | 162 | 122 | 55 | 0 | 67 | 325 | 105 | 32 |
| Binary | 10101 | 111111 | 1110010 | 1010010 | 101101 | 0 | 110111 | 11010101 | 1000101 | 11010 |
Color Harmonies of #153F72
Complementary color
Monochromatic Colors of #153F72
Black with #153F72
Text Example
Text Example
White with #153F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F72; }
p { color: rgb(21,63,114); }
H1.HeaderClassName
{
color: #153F72;
}
.AnyTagClassName
{
color: #153F72;
}
</style>
background-color css
<style>
a { background-color: #153F72; }
a { background-color: rgb(21,63,114); }
div.DivClassName
{
background-color: #153F72;
}
.BgClassName
{
background-color: #153F72;
}
</style>
border-color css
<style>
span { border-color: #153F72; }
span { border-color: rgb(21,63,114); }
td.TdClassName
{
border-color: #153F72;
}
.TagClassName
{
border-color: #153F72;
}
</style>