Shades of Dark Cerulean #01467E
Tints of Dark Cerulean #01467E
RGB
CMYK
RGB Variations
Color information
#01467E (or 0x01467E) is known color: Dark Cerulean. HEX triplet: 01, 46 and 7E. RGB value is (1,70,126). Sum of RGB (Red+Green+Blue) = 1+70+126=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #01467E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01467E is #FEB981. Grayscale: #373737. Windows color (decimal): -16693634 or 8275457. OLE color: 8275457.
HSL color Cylindrical-coordinate representation of color #01467E: hue angle of 206.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01467E is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 70 | 126 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.51 |
| HSL | 206.88º | 0.98% | 0.25% | - |
| HSV(B) | 206.88º | 0.99% | 0.49% | - |
| XYZ | 5.97 | 5.89 | 20.56 | - |
| YUV | 55.75 | 167.64 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 126 | 0.99 | 0.44 | 0 | 0.51 | 206.88 | 0.98 | 0.25 |
| Hex | 1 | 46 | 7E | 63 | 2C | 0 | 33 | CF | 62 | 19 |
| Octal | 1 | 106 | 176 | 143 | 54 | 0 | 63 | 317 | 142 | 31 |
| Binary | 1 | 1000110 | 1111110 | 1100011 | 101100 | 0 | 110011 | 11001111 | 1100010 | 11001 |
Color Harmonies of #01467E
Complementary color
Monochromatic Colors of #01467E
Black with #01467E
Text Example
Text Example
White with #01467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01467E; }
p { color: rgb(1,70,126); }
H1.HeaderClassName
{
color: #01467E;
}
.AnyTagClassName
{
color: #01467E;
}
</style>
background-color css
<style>
a { background-color: #01467E; }
a { background-color: rgb(1,70,126); }
div.DivClassName
{
background-color: #01467E;
}
.BgClassName
{
background-color: #01467E;
}
</style>
border-color css
<style>
span { border-color: #01467E; }
span { border-color: rgb(1,70,126); }
td.TdClassName
{
border-color: #01467E;
}
.TagClassName
{
border-color: #01467E;
}
</style>