Shades of Dark Cerulean #13436F
Tints of Dark Cerulean #13436F
RGB
CMYK
RGB Variations
Color information
#13436F (or 0x13436F) is known color: Dark Cerulean. HEX triplet: 13, 43 and 6F. RGB value is (19,67,111). Sum of RGB (Red+Green+Blue) = 19+67+111=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #13436F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13436F is #ECBC90. Grayscale: #393939. Windows color (decimal): -15514769 or 7291667. OLE color: 7291667.
HSL color Cylindrical-coordinate representation of color #13436F: hue angle of 208.7º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13436F is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 67 | 111 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.56 |
| HSL | 208.7º | 0.71% | 0.25% | - |
| HSV(B) | 208.7º | 0.83% | 0.44% | - |
| XYZ | 5.14 | 5.3 | 15.79 | - |
| YUV | 57.66 | 158.1 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 111 | 0.83 | 0.40 | 0 | 0.56 | 208.7 | 0.71 | 0.25 |
| Hex | 13 | 43 | 6F | 53 | 28 | 0 | 38 | D1 | 47 | 19 |
| Octal | 23 | 103 | 157 | 123 | 50 | 0 | 70 | 321 | 107 | 31 |
| Binary | 10011 | 1000011 | 1101111 | 1010011 | 101000 | 0 | 111000 | 11010001 | 1000111 | 11001 |
Color Harmonies of #13436F
Complementary color
Monochromatic Colors of #13436F
Black with #13436F
Text Example
Text Example
White with #13436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13436F; }
p { color: rgb(19,67,111); }
H1.HeaderClassName
{
color: #13436F;
}
.AnyTagClassName
{
color: #13436F;
}
</style>
background-color css
<style>
a { background-color: #13436F; }
a { background-color: rgb(19,67,111); }
div.DivClassName
{
background-color: #13436F;
}
.BgClassName
{
background-color: #13436F;
}
</style>
border-color css
<style>
span { border-color: #13436F; }
span { border-color: rgb(19,67,111); }
td.TdClassName
{
border-color: #13436F;
}
.TagClassName
{
border-color: #13436F;
}
</style>