Shades of Dark Cerulean #133D70
Tints of Dark Cerulean #133D70
RGB
CMYK
RGB Variations
Color information
#133D70 (or 0x133D70) is known color: Dark Cerulean. HEX triplet: 13, 3D and 70. RGB value is (19,61,112). Sum of RGB (Red+Green+Blue) = 19+61+112=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #133D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D70 is #ECC28F. Grayscale: #363636. Windows color (decimal): -15516304 or 7355667. OLE color: 7355667.
HSL color Cylindrical-coordinate representation of color #133D70: hue angle of 212.9º 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 #133D70 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 61 | 112 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.56 |
| HSL | 212.9º | 0.71% | 0.26% | - |
| HSV(B) | 212.9º | 0.83% | 0.44% | - |
| XYZ | 4.86 | 4.65 | 15.97 | - |
| YUV | 54.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 112 | 0.83 | 0.46 | 0 | 0.56 | 212.9 | 0.71 | 0.26 |
| Hex | 13 | 3D | 70 | 53 | 2E | 0 | 38 | D5 | 47 | 1A |
| Octal | 23 | 75 | 160 | 123 | 56 | 0 | 70 | 325 | 107 | 32 |
| Binary | 10011 | 111101 | 1110000 | 1010011 | 101110 | 0 | 111000 | 11010101 | 1000111 | 11010 |
Color Harmonies of #133D70
Complementary color
Monochromatic Colors of #133D70
Black with #133D70
Text Example
Text Example
White with #133D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D70; }
p { color: rgb(19,61,112); }
H1.HeaderClassName
{
color: #133D70;
}
.AnyTagClassName
{
color: #133D70;
}
</style>
background-color css
<style>
a { background-color: #133D70; }
a { background-color: rgb(19,61,112); }
div.DivClassName
{
background-color: #133D70;
}
.BgClassName
{
background-color: #133D70;
}
</style>
border-color css
<style>
span { border-color: #133D70; }
span { border-color: rgb(19,61,112); }
td.TdClassName
{
border-color: #133D70;
}
.TagClassName
{
border-color: #133D70;
}
</style>