Shades of Dark Cerulean #13456D
Tints of Dark Cerulean #13456D
RGB
CMYK
RGB Variations
Color information
#13456D (or 0x13456D) is known color: Dark Cerulean. HEX triplet: 13, 45 and 6D. RGB value is (19,69,109). Sum of RGB (Red+Green+Blue) = 19+69+109=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #13456D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13456D is #ECBA92. Grayscale: #3A3A3A. Windows color (decimal): -15514259 or 7161107. OLE color: 7161107.
HSL color Cylindrical-coordinate representation of color #13456D: hue angle of 206.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 #13456D is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 69 | 109 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.57 |
| HSL | 206.67º | 0.7% | 0.25% | - |
| HSV(B) | 206.67º | 0.83% | 0.43% | - |
| XYZ | 5.16 | 5.5 | 15.26 | - |
| YUV | 58.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 109 | 0.83 | 0.37 | 0 | 0.57 | 206.67 | 0.7 | 0.25 |
| Hex | 13 | 45 | 6D | 53 | 25 | 0 | 39 | CF | 46 | 19 |
| Octal | 23 | 105 | 155 | 123 | 45 | 0 | 71 | 317 | 106 | 31 |
| Binary | 10011 | 1000101 | 1101101 | 1010011 | 100101 | 0 | 111001 | 11001111 | 1000110 | 11001 |
Color Harmonies of #13456D
Complementary color
Monochromatic Colors of #13456D
Black with #13456D
Text Example
Text Example
White with #13456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13456D; }
p { color: rgb(19,69,109); }
H1.HeaderClassName
{
color: #13456D;
}
.AnyTagClassName
{
color: #13456D;
}
</style>
background-color css
<style>
a { background-color: #13456D; }
a { background-color: rgb(19,69,109); }
div.DivClassName
{
background-color: #13456D;
}
.BgClassName
{
background-color: #13456D;
}
</style>
border-color css
<style>
span { border-color: #13456D; }
span { border-color: rgb(19,69,109); }
td.TdClassName
{
border-color: #13456D;
}
.TagClassName
{
border-color: #13456D;
}
</style>