Shades of Dark Cerulean #13438B
Tints of Dark Cerulean #13438B
RGB
CMYK
RGB Variations
Color information
#13438B (or 0x13438B) is known color: Dark Cerulean. HEX triplet: 13, 43 and 8B. RGB value is (19,67,139). Sum of RGB (Red+Green+Blue) = 19+67+139=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #13438B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13438B is #ECBC74. Grayscale: #3C3C3C. Windows color (decimal): -15514741 or 9126675. OLE color: 9126675.
HSL color Cylindrical-coordinate representation of color #13438B: hue angle of 216º 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 #13438B is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 67 | 139 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.45 |
| HSL | 216º | 0.76% | 0.31% | - |
| HSV(B) | 216º | 0.86% | 0.55% | - |
| XYZ | 6.94 | 6.02 | 25.22 | - |
| YUV | 60.86 | 172.1 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 139 | 0.86 | 0.52 | 0 | 0.45 | 216 | 0.76 | 0.31 |
| Hex | 13 | 43 | 8B | 56 | 34 | 0 | 2D | D8 | 4C | 1F |
| Octal | 23 | 103 | 213 | 126 | 64 | 0 | 55 | 330 | 114 | 37 |
| Binary | 10011 | 1000011 | 10001011 | 1010110 | 110100 | 0 | 101101 | 11011000 | 1001100 | 11111 |
Color Harmonies of #13438B
Complementary color
Monochromatic Colors of #13438B
Black with #13438B
Text Example
Text Example
White with #13438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13438B; }
p { color: rgb(19,67,139); }
H1.HeaderClassName
{
color: #13438B;
}
.AnyTagClassName
{
color: #13438B;
}
</style>
background-color css
<style>
a { background-color: #13438B; }
a { background-color: rgb(19,67,139); }
div.DivClassName
{
background-color: #13438B;
}
.BgClassName
{
background-color: #13438B;
}
</style>
border-color css
<style>
span { border-color: #13438B; }
span { border-color: rgb(19,67,139); }
td.TdClassName
{
border-color: #13438B;
}
.TagClassName
{
border-color: #13438B;
}
</style>