Shades of Dark Cerulean #13397F
Tints of Dark Cerulean #13397F
RGB
CMYK
RGB Variations
Color information
#13397F (or 0x13397F) is known color: Dark Cerulean. HEX triplet: 13, 39 and 7F. RGB value is (19,57,127). Sum of RGB (Red+Green+Blue) = 19+57+127=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #13397F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13397F is #ECC680. Grayscale: #353535. Windows color (decimal): -15517313 or 8337683. OLE color: 8337683.
HSL color Cylindrical-coordinate representation of color #13397F: hue angle of 218.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13397F is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 57 | 127 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.50 |
| HSL | 218.89º | 0.74% | 0.29% | - |
| HSV(B) | 218.89º | 0.85% | 0.5% | - |
| XYZ | 5.56 | 4.6 | 20.67 | - |
| YUV | 53.62 | 169.41 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 127 | 0.85 | 0.55 | 0 | 0.50 | 218.89 | 0.74 | 0.29 |
| Hex | 13 | 39 | 7F | 55 | 37 | 0 | 32 | DB | 4A | 1D |
| Octal | 23 | 71 | 177 | 125 | 67 | 0 | 62 | 333 | 112 | 35 |
| Binary | 10011 | 111001 | 1111111 | 1010101 | 110111 | 0 | 110010 | 11011011 | 1001010 | 11101 |
Color Harmonies of #13397F
Complementary color
Monochromatic Colors of #13397F
Black with #13397F
Text Example
Text Example
White with #13397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13397F; }
p { color: rgb(19,57,127); }
H1.HeaderClassName
{
color: #13397F;
}
.AnyTagClassName
{
color: #13397F;
}
</style>
background-color css
<style>
a { background-color: #13397F; }
a { background-color: rgb(19,57,127); }
div.DivClassName
{
background-color: #13397F;
}
.BgClassName
{
background-color: #13397F;
}
</style>
border-color css
<style>
span { border-color: #13397F; }
span { border-color: rgb(19,57,127); }
td.TdClassName
{
border-color: #13397F;
}
.TagClassName
{
border-color: #13397F;
}
</style>