Shades of Dark Cerulean #13446C
Tints of Dark Cerulean #13446C
RGB
CMYK
RGB Variations
Color information
#13446C (or 0x13446C) is known color: Dark Cerulean. HEX triplet: 13, 44 and 6C. RGB value is (19,68,108). Sum of RGB (Red+Green+Blue) = 19+68+108=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #13446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13446C is #ECBB93. Grayscale: #393939. Windows color (decimal): -15514516 or 7095315. OLE color: 7095315.
HSL color Cylindrical-coordinate representation of color #13446C: hue angle of 206.97º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13446C is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 68 | 108 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.58 |
| HSL | 206.97º | 0.7% | 0.25% | - |
| HSV(B) | 206.97º | 0.82% | 0.42% | - |
| XYZ | 5.04 | 5.36 | 14.96 | - |
| YUV | 57.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 108 | 0.82 | 0.37 | 0 | 0.58 | 206.97 | 0.7 | 0.25 |
| Hex | 13 | 44 | 6C | 52 | 25 | 0 | 3A | CF | 46 | 19 |
| Octal | 23 | 104 | 154 | 122 | 45 | 0 | 72 | 317 | 106 | 31 |
| Binary | 10011 | 1000100 | 1101100 | 1010010 | 100101 | 0 | 111010 | 11001111 | 1000110 | 11001 |
Color Harmonies of #13446C
Complementary color
Monochromatic Colors of #13446C
Black with #13446C
Text Example
Text Example
White with #13446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13446C; }
p { color: rgb(19,68,108); }
H1.HeaderClassName
{
color: #13446C;
}
.AnyTagClassName
{
color: #13446C;
}
</style>
background-color css
<style>
a { background-color: #13446C; }
a { background-color: rgb(19,68,108); }
div.DivClassName
{
background-color: #13446C;
}
.BgClassName
{
background-color: #13446C;
}
</style>
border-color css
<style>
span { border-color: #13446C; }
span { border-color: rgb(19,68,108); }
td.TdClassName
{
border-color: #13446C;
}
.TagClassName
{
border-color: #13446C;
}
</style>