Shades of Dark Cerulean #153A70
Tints of Dark Cerulean #153A70
RGB
CMYK
RGB Variations
Color information
#153A70 (or 0x153A70) is known color: Dark Cerulean. HEX triplet: 15, 3A and 70. RGB value is (21,58,112). Sum of RGB (Red+Green+Blue) = 21+58+112=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #153A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A70 is #EAC58F. Grayscale: #343434. Windows color (decimal): -15386000 or 7354901. OLE color: 7354901.
HSL color Cylindrical-coordinate representation of color #153A70: hue angle of 215.6º 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 #153A70 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 58 | 112 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.56 |
| HSL | 215.6º | 0.68% | 0.26% | - |
| HSV(B) | 215.6º | 0.81% | 0.44% | - |
| XYZ | 4.75 | 4.36 | 15.92 | - |
| YUV | 53.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 112 | 0.81 | 0.48 | 0 | 0.56 | 215.6 | 0.68 | 0.26 |
| Hex | 15 | 3A | 70 | 51 | 30 | 0 | 38 | D8 | 44 | 1A |
| Octal | 25 | 72 | 160 | 121 | 60 | 0 | 70 | 330 | 104 | 32 |
| Binary | 10101 | 111010 | 1110000 | 1010001 | 110000 | 0 | 111000 | 11011000 | 1000100 | 11010 |
Color Harmonies of #153A70
Complementary color
Monochromatic Colors of #153A70
Black with #153A70
Text Example
Text Example
White with #153A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A70; }
p { color: rgb(21,58,112); }
H1.HeaderClassName
{
color: #153A70;
}
.AnyTagClassName
{
color: #153A70;
}
</style>
background-color css
<style>
a { background-color: #153A70; }
a { background-color: rgb(21,58,112); }
div.DivClassName
{
background-color: #153A70;
}
.BgClassName
{
background-color: #153A70;
}
</style>
border-color css
<style>
span { border-color: #153A70; }
span { border-color: rgb(21,58,112); }
td.TdClassName
{
border-color: #153A70;
}
.TagClassName
{
border-color: #153A70;
}
</style>