Shades of Dark Cerulean #13418B
Tints of Dark Cerulean #13418B
RGB
CMYK
RGB Variations
Color information
#13418B (or 0x13418B) is known color: Dark Cerulean. HEX triplet: 13, 41 and 8B. RGB value is (19,65,139). Sum of RGB (Red+Green+Blue) = 19+65+139=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #13418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13418B is #ECBE74. Grayscale: #3B3B3B. Windows color (decimal): -15515253 or 9126163. OLE color: 9126163.
HSL color Cylindrical-coordinate representation of color #13418B: hue angle of 217º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13418B is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 65 | 139 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.45 |
| HSL | 217º | 0.76% | 0.31% | - |
| HSV(B) | 217º | 0.86% | 0.55% | - |
| XYZ | 6.82 | 5.78 | 25.18 | - |
| YUV | 59.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 139 | 0.86 | 0.53 | 0 | 0.45 | 217 | 0.76 | 0.31 |
| Hex | 13 | 41 | 8B | 56 | 35 | 0 | 2D | D9 | 4C | 1F |
| Octal | 23 | 101 | 213 | 126 | 65 | 0 | 55 | 331 | 114 | 37 |
| Binary | 10011 | 1000001 | 10001011 | 1010110 | 110101 | 0 | 101101 | 11011001 | 1001100 | 11111 |
Color Harmonies of #13418B
Complementary color
Monochromatic Colors of #13418B
Black with #13418B
Text Example
Text Example
White with #13418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13418B; }
p { color: rgb(19,65,139); }
H1.HeaderClassName
{
color: #13418B;
}
.AnyTagClassName
{
color: #13418B;
}
</style>
background-color css
<style>
a { background-color: #13418B; }
a { background-color: rgb(19,65,139); }
div.DivClassName
{
background-color: #13418B;
}
.BgClassName
{
background-color: #13418B;
}
</style>
border-color css
<style>
span { border-color: #13418B; }
span { border-color: rgb(19,65,139); }
td.TdClassName
{
border-color: #13418B;
}
.TagClassName
{
border-color: #13418B;
}
</style>