Shades of Dark Cerulean #13477B
Tints of Dark Cerulean #13477B
RGB
CMYK
RGB Variations
Color information
#13477B (or 0x13477B) is known color: Dark Cerulean. HEX triplet: 13, 47 and 7B. RGB value is (19,71,123). Sum of RGB (Red+Green+Blue) = 19+71+123=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #13477B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13477B is #ECB884. Grayscale: #3D3D3D. Windows color (decimal): -15513733 or 8079123. OLE color: 8079123.
HSL color Cylindrical-coordinate representation of color #13477B: hue angle of 210º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13477B is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 71 | 123 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.52 |
| HSL | 210º | 0.73% | 0.28% | - |
| HSV(B) | 210º | 0.85% | 0.48% | - |
| XYZ | 6.1 | 6.07 | 19.59 | - |
| YUV | 61.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 123 | 0.85 | 0.42 | 0 | 0.52 | 210 | 0.73 | 0.28 |
| Hex | 13 | 47 | 7B | 55 | 2A | 0 | 34 | D2 | 49 | 1C |
| Octal | 23 | 107 | 173 | 125 | 52 | 0 | 64 | 322 | 111 | 34 |
| Binary | 10011 | 1000111 | 1111011 | 1010101 | 101010 | 0 | 110100 | 11010010 | 1001001 | 11100 |
Color Harmonies of #13477B
Complementary color
Monochromatic Colors of #13477B
Black with #13477B
Text Example
Text Example
White with #13477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13477B; }
p { color: rgb(19,71,123); }
H1.HeaderClassName
{
color: #13477B;
}
.AnyTagClassName
{
color: #13477B;
}
</style>
background-color css
<style>
a { background-color: #13477B; }
a { background-color: rgb(19,71,123); }
div.DivClassName
{
background-color: #13477B;
}
.BgClassName
{
background-color: #13477B;
}
</style>
border-color css
<style>
span { border-color: #13477B; }
span { border-color: rgb(19,71,123); }
td.TdClassName
{
border-color: #13477B;
}
.TagClassName
{
border-color: #13477B;
}
</style>