Shades of Dark Cerulean #133B70
Tints of Dark Cerulean #133B70
RGB
CMYK
RGB Variations
Color information
#133B70 (or 0x133B70) is known color: Dark Cerulean. HEX triplet: 13, 3B and 70. RGB value is (19,59,112). Sum of RGB (Red+Green+Blue) = 19+59+112=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 59 (23.44% from 255 or 31.05% 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 #133B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B70 is #ECC48F. Grayscale: #343434. Windows color (decimal): -15516816 or 7355155. OLE color: 7355155.
HSL color Cylindrical-coordinate representation of color #133B70: hue angle of 214.19º 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 #133B70 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 59 | 112 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.56 |
| HSL | 214.19º | 0.71% | 0.26% | - |
| HSV(B) | 214.19º | 0.83% | 0.44% | - |
| XYZ | 4.76 | 4.44 | 15.93 | - |
| YUV | 53.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 112 | 0.83 | 0.47 | 0 | 0.56 | 214.19 | 0.71 | 0.26 |
| Hex | 13 | 3B | 70 | 53 | 2F | 0 | 38 | D6 | 47 | 1A |
| Octal | 23 | 73 | 160 | 123 | 57 | 0 | 70 | 326 | 107 | 32 |
| Binary | 10011 | 111011 | 1110000 | 1010011 | 101111 | 0 | 111000 | 11010110 | 1000111 | 11010 |
Color Harmonies of #133B70
Complementary color
Monochromatic Colors of #133B70
Black with #133B70
Text Example
Text Example
White with #133B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B70; }
p { color: rgb(19,59,112); }
H1.HeaderClassName
{
color: #133B70;
}
.AnyTagClassName
{
color: #133B70;
}
</style>
background-color css
<style>
a { background-color: #133B70; }
a { background-color: rgb(19,59,112); }
div.DivClassName
{
background-color: #133B70;
}
.BgClassName
{
background-color: #133B70;
}
</style>
border-color css
<style>
span { border-color: #133B70; }
span { border-color: rgb(19,59,112); }
td.TdClassName
{
border-color: #133B70;
}
.TagClassName
{
border-color: #133B70;
}
</style>