Shades of Dark Cerulean #153E70
Tints of Dark Cerulean #153E70
RGB
CMYK
RGB Variations
Color information
#153E70 (or 0x153E70) is known color: Dark Cerulean. HEX triplet: 15, 3E and 70. RGB value is (21,62,112). Sum of RGB (Red+Green+Blue) = 21+62+112=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #153E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E70 is #EAC18F. Grayscale: #373737. Windows color (decimal): -15384976 or 7355925. OLE color: 7355925.
HSL color Cylindrical-coordinate representation of color #153E70: hue angle of 212.97º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153E70 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 62 | 112 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.56 |
| HSL | 212.97º | 0.68% | 0.26% | - |
| HSV(B) | 212.97º | 0.81% | 0.44% | - |
| XYZ | 4.96 | 4.77 | 15.99 | - |
| YUV | 55.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 112 | 0.81 | 0.45 | 0 | 0.56 | 212.97 | 0.68 | 0.26 |
| Hex | 15 | 3E | 70 | 51 | 2D | 0 | 38 | D5 | 44 | 1A |
| Octal | 25 | 76 | 160 | 121 | 55 | 0 | 70 | 325 | 104 | 32 |
| Binary | 10101 | 111110 | 1110000 | 1010001 | 101101 | 0 | 111000 | 11010101 | 1000100 | 11010 |
Color Harmonies of #153E70
Complementary color
Monochromatic Colors of #153E70
Black with #153E70
Text Example
Text Example
White with #153E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E70; }
p { color: rgb(21,62,112); }
H1.HeaderClassName
{
color: #153E70;
}
.AnyTagClassName
{
color: #153E70;
}
</style>
background-color css
<style>
a { background-color: #153E70; }
a { background-color: rgb(21,62,112); }
div.DivClassName
{
background-color: #153E70;
}
.BgClassName
{
background-color: #153E70;
}
</style>
border-color css
<style>
span { border-color: #153E70; }
span { border-color: rgb(21,62,112); }
td.TdClassName
{
border-color: #153E70;
}
.TagClassName
{
border-color: #153E70;
}
</style>