Shades of Dark Cerulean #013A7B
Tints of Dark Cerulean #013A7B
RGB
CMYK
RGB Variations
Color information
#013A7B (or 0x013A7B) is known color: Dark Cerulean. HEX triplet: 01, 3A and 7B. RGB value is (1,58,123). Sum of RGB (Red+Green+Blue) = 1+58+123=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #013A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A7B is #FEC584. Grayscale: #303030. Windows color (decimal): -16696709 or 8075777. OLE color: 8075777.
HSL color Cylindrical-coordinate representation of color #013A7B: hue angle of 211.97º 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 #013A7B is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 58 | 123 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.52 |
| HSL | 211.97º | 0.98% | 0.24% | - |
| HSV(B) | 211.97º | 0.99% | 0.48% | - |
| XYZ | 5.1 | 4.46 | 19.33 | - |
| YUV | 48.37 | 170.12 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 123 | 0.99 | 0.53 | 0 | 0.52 | 211.97 | 0.98 | 0.24 |
| Hex | 1 | 3A | 7B | 63 | 35 | 0 | 34 | D4 | 62 | 18 |
| Octal | 1 | 72 | 173 | 143 | 65 | 0 | 64 | 324 | 142 | 30 |
| Binary | 1 | 111010 | 1111011 | 1100011 | 110101 | 0 | 110100 | 11010100 | 1100010 | 11000 |
Color Harmonies of #013A7B
Complementary color
Monochromatic Colors of #013A7B
Black with #013A7B
Text Example
Text Example
White with #013A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A7B; }
p { color: rgb(1,58,123); }
H1.HeaderClassName
{
color: #013A7B;
}
.AnyTagClassName
{
color: #013A7B;
}
</style>
background-color css
<style>
a { background-color: #013A7B; }
a { background-color: rgb(1,58,123); }
div.DivClassName
{
background-color: #013A7B;
}
.BgClassName
{
background-color: #013A7B;
}
</style>
border-color css
<style>
span { border-color: #013A7B; }
span { border-color: rgb(1,58,123); }
td.TdClassName
{
border-color: #013A7B;
}
.TagClassName
{
border-color: #013A7B;
}
</style>