Shades of Dark Cerulean #13446F
Tints of Dark Cerulean #13446F
RGB
CMYK
RGB Variations
Color information
#13446F (or 0x13446F) is known color: Dark Cerulean. HEX triplet: 13, 44 and 6F. RGB value is (19,68,111). Sum of RGB (Red+Green+Blue) = 19+68+111=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #13446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13446F is #ECBB90. Grayscale: #3A3A3A. Windows color (decimal): -15514513 or 7291923. OLE color: 7291923.
HSL color Cylindrical-coordinate representation of color #13446F: hue angle of 208.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13446F is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 68 | 111 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.56 |
| HSL | 208.04º | 0.71% | 0.25% | - |
| HSV(B) | 208.04º | 0.83% | 0.44% | - |
| XYZ | 5.2 | 5.42 | 15.81 | - |
| YUV | 58.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 111 | 0.83 | 0.39 | 0 | 0.56 | 208.04 | 0.71 | 0.25 |
| Hex | 13 | 44 | 6F | 53 | 27 | 0 | 38 | D0 | 47 | 19 |
| Octal | 23 | 104 | 157 | 123 | 47 | 0 | 70 | 320 | 107 | 31 |
| Binary | 10011 | 1000100 | 1101111 | 1010011 | 100111 | 0 | 111000 | 11010000 | 1000111 | 11001 |
Color Harmonies of #13446F
Complementary color
Monochromatic Colors of #13446F
Black with #13446F
Text Example
Text Example
White with #13446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13446F; }
p { color: rgb(19,68,111); }
H1.HeaderClassName
{
color: #13446F;
}
.AnyTagClassName
{
color: #13446F;
}
</style>
background-color css
<style>
a { background-color: #13446F; }
a { background-color: rgb(19,68,111); }
div.DivClassName
{
background-color: #13446F;
}
.BgClassName
{
background-color: #13446F;
}
</style>
border-color css
<style>
span { border-color: #13446F; }
span { border-color: rgb(19,68,111); }
td.TdClassName
{
border-color: #13446F;
}
.TagClassName
{
border-color: #13446F;
}
</style>