Shades of Dark Cerulean #133970
Tints of Dark Cerulean #133970
RGB
CMYK
RGB Variations
Color information
#133970 (or 0x133970) is known color: Dark Cerulean. HEX triplet: 13, 39 and 70. RGB value is (19,57,112). Sum of RGB (Red+Green+Blue) = 19+57+112=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #133970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133970 is #ECC68F. Grayscale: #333333. Windows color (decimal): -15517328 or 7354643. OLE color: 7354643.
HSL color Cylindrical-coordinate representation of color #133970: hue angle of 215.48º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133970 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 57 | 112 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.56 |
| HSL | 215.48º | 0.71% | 0.26% | - |
| HSV(B) | 215.48º | 0.83% | 0.44% | - |
| XYZ | 4.66 | 4.23 | 15.9 | - |
| YUV | 51.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 112 | 0.83 | 0.49 | 0 | 0.56 | 215.48 | 0.71 | 0.26 |
| Hex | 13 | 39 | 70 | 53 | 31 | 0 | 38 | D7 | 47 | 1A |
| Octal | 23 | 71 | 160 | 123 | 61 | 0 | 70 | 327 | 107 | 32 |
| Binary | 10011 | 111001 | 1110000 | 1010011 | 110001 | 0 | 111000 | 11010111 | 1000111 | 11010 |
Color Harmonies of #133970
Complementary color
Monochromatic Colors of #133970
Black with #133970
Text Example
Text Example
White with #133970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133970; }
p { color: rgb(19,57,112); }
H1.HeaderClassName
{
color: #133970;
}
.AnyTagClassName
{
color: #133970;
}
</style>
background-color css
<style>
a { background-color: #133970; }
a { background-color: rgb(19,57,112); }
div.DivClassName
{
background-color: #133970;
}
.BgClassName
{
background-color: #133970;
}
</style>
border-color css
<style>
span { border-color: #133970; }
span { border-color: rgb(19,57,112); }
td.TdClassName
{
border-color: #133970;
}
.TagClassName
{
border-color: #133970;
}
</style>