Shades of Dark Cerulean #153970
Tints of Dark Cerulean #153970
RGB
CMYK
RGB Variations
Color information
#153970 (or 0x153970) is known color: Dark Cerulean. HEX triplet: 15, 39 and 70. RGB value is (21,57,112). Sum of RGB (Red+Green+Blue) = 21+57+112=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #153970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153970 is #EAC68F. Grayscale: #343434. Windows color (decimal): -15386256 or 7354645. OLE color: 7354645.
HSL color Cylindrical-coordinate representation of color #153970: hue angle of 216.26º 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 #153970 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 57 | 112 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.56 |
| HSL | 216.26º | 0.68% | 0.26% | - |
| HSV(B) | 216.26º | 0.81% | 0.44% | - |
| XYZ | 4.7 | 4.26 | 15.9 | - |
| YUV | 52.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 112 | 0.81 | 0.49 | 0 | 0.56 | 216.26 | 0.68 | 0.26 |
| Hex | 15 | 39 | 70 | 51 | 31 | 0 | 38 | D8 | 44 | 1A |
| Octal | 25 | 71 | 160 | 121 | 61 | 0 | 70 | 330 | 104 | 32 |
| Binary | 10101 | 111001 | 1110000 | 1010001 | 110001 | 0 | 111000 | 11011000 | 1000100 | 11010 |
Color Harmonies of #153970
Complementary color
Monochromatic Colors of #153970
Black with #153970
Text Example
Text Example
White with #153970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153970; }
p { color: rgb(21,57,112); }
H1.HeaderClassName
{
color: #153970;
}
.AnyTagClassName
{
color: #153970;
}
</style>
background-color css
<style>
a { background-color: #153970; }
a { background-color: rgb(21,57,112); }
div.DivClassName
{
background-color: #153970;
}
.BgClassName
{
background-color: #153970;
}
</style>
border-color css
<style>
span { border-color: #153970; }
span { border-color: rgb(21,57,112); }
td.TdClassName
{
border-color: #153970;
}
.TagClassName
{
border-color: #153970;
}
</style>