Shades of Dark Cerulean #13347E
Tints of Dark Cerulean #13347E
RGB
CMYK
RGB Variations
Color information
#13347E (or 0x13347E) is known color: Dark Cerulean. HEX triplet: 13, 34 and 7E. RGB value is (19,52,126). Sum of RGB (Red+Green+Blue) = 19+52+126=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #13347E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13347E is #ECCB81. Grayscale: #323232. Windows color (decimal): -15518594 or 8270867. OLE color: 8270867.
HSL color Cylindrical-coordinate representation of color #13347E: hue angle of 221.5º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13347E is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 52 | 126 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.51 |
| HSL | 221.5º | 0.74% | 0.28% | - |
| HSV(B) | 221.5º | 0.85% | 0.49% | - |
| XYZ | 5.26 | 4.1 | 20.25 | - |
| YUV | 50.57 | 170.57 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 126 | 0.85 | 0.59 | 0 | 0.51 | 221.5 | 0.74 | 0.28 |
| Hex | 13 | 34 | 7E | 55 | 3B | 0 | 33 | DD | 4A | 1C |
| Octal | 23 | 64 | 176 | 125 | 73 | 0 | 63 | 335 | 112 | 34 |
| Binary | 10011 | 110100 | 1111110 | 1010101 | 111011 | 0 | 110011 | 11011101 | 1001010 | 11100 |
Color Harmonies of #13347E
Complementary color
Monochromatic Colors of #13347E
Black with #13347E
Text Example
Text Example
White with #13347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13347E; }
p { color: rgb(19,52,126); }
H1.HeaderClassName
{
color: #13347E;
}
.AnyTagClassName
{
color: #13347E;
}
</style>
background-color css
<style>
a { background-color: #13347E; }
a { background-color: rgb(19,52,126); }
div.DivClassName
{
background-color: #13347E;
}
.BgClassName
{
background-color: #13347E;
}
</style>
border-color css
<style>
span { border-color: #13347E; }
span { border-color: rgb(19,52,126); }
td.TdClassName
{
border-color: #13347E;
}
.TagClassName
{
border-color: #13347E;
}
</style>