Shades of Dark Cerulean #13426D
Tints of Dark Cerulean #13426D
RGB
CMYK
RGB Variations
Color information
#13426D (or 0x13426D) is known color: Dark Cerulean. HEX triplet: 13, 42 and 6D. RGB value is (19,66,109). Sum of RGB (Red+Green+Blue) = 19+66+109=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #13426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13426D is #ECBD92. Grayscale: #383838. Windows color (decimal): -15515027 or 7160339. OLE color: 7160339.
HSL color Cylindrical-coordinate representation of color #13426D: hue angle of 208.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13426D is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 66 | 109 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.57 |
| HSL | 208.67º | 0.7% | 0.25% | - |
| HSV(B) | 208.67º | 0.83% | 0.43% | - |
| XYZ | 4.98 | 5.14 | 15.2 | - |
| YUV | 56.85 | 157.43 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 109 | 0.83 | 0.39 | 0 | 0.57 | 208.67 | 0.7 | 0.25 |
| Hex | 13 | 42 | 6D | 53 | 27 | 0 | 39 | D1 | 46 | 19 |
| Octal | 23 | 102 | 155 | 123 | 47 | 0 | 71 | 321 | 106 | 31 |
| Binary | 10011 | 1000010 | 1101101 | 1010011 | 100111 | 0 | 111001 | 11010001 | 1000110 | 11001 |
Color Harmonies of #13426D
Complementary color
Monochromatic Colors of #13426D
Black with #13426D
Text Example
Text Example
White with #13426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13426D; }
p { color: rgb(19,66,109); }
H1.HeaderClassName
{
color: #13426D;
}
.AnyTagClassName
{
color: #13426D;
}
</style>
background-color css
<style>
a { background-color: #13426D; }
a { background-color: rgb(19,66,109); }
div.DivClassName
{
background-color: #13426D;
}
.BgClassName
{
background-color: #13426D;
}
</style>
border-color css
<style>
span { border-color: #13426D; }
span { border-color: rgb(19,66,109); }
td.TdClassName
{
border-color: #13426D;
}
.TagClassName
{
border-color: #13426D;
}
</style>