Shades of Dark Cerulean #013E7B
Tints of Dark Cerulean #013E7B
RGB
CMYK
RGB Variations
Color information
#013E7B (or 0x013E7B) is known color: Dark Cerulean. HEX triplet: 01, 3E and 7B. RGB value is (1,62,123). Sum of RGB (Red+Green+Blue) = 1+62+123=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #013E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E7B is #FEC184. Grayscale: #323232. Windows color (decimal): -16695685 or 8076801. OLE color: 8076801.
HSL color Cylindrical-coordinate representation of color #013E7B: hue angle of 210º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E7B is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 62 | 123 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.52 |
| HSL | 210º | 0.98% | 0.24% | - |
| HSV(B) | 210º | 0.99% | 0.48% | - |
| XYZ | 5.31 | 4.88 | 19.4 | - |
| YUV | 50.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 123 | 0.99 | 0.50 | 0 | 0.52 | 210 | 0.98 | 0.24 |
| Hex | 1 | 3E | 7B | 63 | 32 | 0 | 34 | D2 | 62 | 18 |
| Octal | 1 | 76 | 173 | 143 | 62 | 0 | 64 | 322 | 142 | 30 |
| Binary | 1 | 111110 | 1111011 | 1100011 | 110010 | 0 | 110100 | 11010010 | 1100010 | 11000 |
Color Harmonies of #013E7B
Complementary color
Monochromatic Colors of #013E7B
Black with #013E7B
Text Example
Text Example
White with #013E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E7B; }
p { color: rgb(1,62,123); }
H1.HeaderClassName
{
color: #013E7B;
}
.AnyTagClassName
{
color: #013E7B;
}
</style>
background-color css
<style>
a { background-color: #013E7B; }
a { background-color: rgb(1,62,123); }
div.DivClassName
{
background-color: #013E7B;
}
.BgClassName
{
background-color: #013E7B;
}
</style>
border-color css
<style>
span { border-color: #013E7B; }
span { border-color: rgb(1,62,123); }
td.TdClassName
{
border-color: #013E7B;
}
.TagClassName
{
border-color: #013E7B;
}
</style>