Shades of Dark Cerulean #13437B
Tints of Dark Cerulean #13437B
RGB
CMYK
RGB Variations
Color information
#13437B (or 0x13437B) is known color: Dark Cerulean. HEX triplet: 13, 43 and 7B. RGB value is (19,67,123). Sum of RGB (Red+Green+Blue) = 19+67+123=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #13437B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13437B is #ECBC84. Grayscale: #3A3A3A. Windows color (decimal): -15514757 or 8078099. OLE color: 8078099.
HSL color Cylindrical-coordinate representation of color #13437B: hue angle of 212.31º 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 #13437B is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 67 | 123 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.52 |
| HSL | 212.31º | 0.73% | 0.28% | - |
| HSV(B) | 212.31º | 0.85% | 0.48% | - |
| XYZ | 5.85 | 5.58 | 19.51 | - |
| YUV | 59.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 123 | 0.85 | 0.46 | 0 | 0.52 | 212.31 | 0.73 | 0.28 |
| Hex | 13 | 43 | 7B | 55 | 2E | 0 | 34 | D4 | 49 | 1C |
| Octal | 23 | 103 | 173 | 125 | 56 | 0 | 64 | 324 | 111 | 34 |
| Binary | 10011 | 1000011 | 1111011 | 1010101 | 101110 | 0 | 110100 | 11010100 | 1001001 | 11100 |
Color Harmonies of #13437B
Complementary color
Monochromatic Colors of #13437B
Black with #13437B
Text Example
Text Example
White with #13437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13437B; }
p { color: rgb(19,67,123); }
H1.HeaderClassName
{
color: #13437B;
}
.AnyTagClassName
{
color: #13437B;
}
</style>
background-color css
<style>
a { background-color: #13437B; }
a { background-color: rgb(19,67,123); }
div.DivClassName
{
background-color: #13437B;
}
.BgClassName
{
background-color: #13437B;
}
</style>
border-color css
<style>
span { border-color: #13437B; }
span { border-color: rgb(19,67,123); }
td.TdClassName
{
border-color: #13437B;
}
.TagClassName
{
border-color: #13437B;
}
</style>