Shades of Dark Cerulean #134570
Tints of Dark Cerulean #134570
RGB
CMYK
RGB Variations
Color information
#134570 (or 0x134570) is known color: Dark Cerulean. HEX triplet: 13, 45 and 70. RGB value is (19,69,112). Sum of RGB (Red+Green+Blue) = 19+69+112=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #134570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134570 is #ECBA8F. Grayscale: #3A3A3A. Windows color (decimal): -15514256 or 7357715. OLE color: 7357715.
HSL color Cylindrical-coordinate representation of color #134570: hue angle of 207.74º 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 #134570 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 69 | 112 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.56 |
| HSL | 207.74º | 0.71% | 0.26% | - |
| HSV(B) | 207.74º | 0.83% | 0.44% | - |
| XYZ | 5.32 | 5.56 | 16.12 | - |
| YUV | 58.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 112 | 0.83 | 0.38 | 0 | 0.56 | 207.74 | 0.71 | 0.26 |
| Hex | 13 | 45 | 70 | 53 | 26 | 0 | 38 | D0 | 47 | 1A |
| Octal | 23 | 105 | 160 | 123 | 46 | 0 | 70 | 320 | 107 | 32 |
| Binary | 10011 | 1000101 | 1110000 | 1010011 | 100110 | 0 | 111000 | 11010000 | 1000111 | 11010 |
Color Harmonies of #134570
Complementary color
Monochromatic Colors of #134570
Black with #134570
Text Example
Text Example
White with #134570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134570; }
p { color: rgb(19,69,112); }
H1.HeaderClassName
{
color: #134570;
}
.AnyTagClassName
{
color: #134570;
}
</style>
background-color css
<style>
a { background-color: #134570; }
a { background-color: rgb(19,69,112); }
div.DivClassName
{
background-color: #134570;
}
.BgClassName
{
background-color: #134570;
}
</style>
border-color css
<style>
span { border-color: #134570; }
span { border-color: rgb(19,69,112); }
td.TdClassName
{
border-color: #134570;
}
.TagClassName
{
border-color: #134570;
}
</style>