Shades of Dark Cerulean #01467D
Tints of Dark Cerulean #01467D
RGB
CMYK
RGB Variations
Color information
#01467D (or 0x01467D) is known color: Dark Cerulean. HEX triplet: 01, 46 and 7D. RGB value is (1,70,125). Sum of RGB (Red+Green+Blue) = 1+70+125=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #01467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01467D is #FEB982. Grayscale: #373737. Windows color (decimal): -16693635 or 8209921. OLE color: 8209921.
HSL color Cylindrical-coordinate representation of color #01467D: hue angle of 206.61º 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 #01467D is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 70 | 125 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.51 |
| HSL | 206.61º | 0.98% | 0.25% | - |
| HSV(B) | 206.61º | 0.99% | 0.49% | - |
| XYZ | 5.9 | 5.87 | 20.22 | - |
| YUV | 55.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 125 | 0.99 | 0.44 | 0 | 0.51 | 206.61 | 0.98 | 0.25 |
| Hex | 1 | 46 | 7D | 63 | 2C | 0 | 33 | CF | 62 | 19 |
| Octal | 1 | 106 | 175 | 143 | 54 | 0 | 63 | 317 | 142 | 31 |
| Binary | 1 | 1000110 | 1111101 | 1100011 | 101100 | 0 | 110011 | 11001111 | 1100010 | 11001 |
Color Harmonies of #01467D
Complementary color
Monochromatic Colors of #01467D
Black with #01467D
Text Example
Text Example
White with #01467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01467D; }
p { color: rgb(1,70,125); }
H1.HeaderClassName
{
color: #01467D;
}
.AnyTagClassName
{
color: #01467D;
}
</style>
background-color css
<style>
a { background-color: #01467D; }
a { background-color: rgb(1,70,125); }
div.DivClassName
{
background-color: #01467D;
}
.BgClassName
{
background-color: #01467D;
}
</style>
border-color css
<style>
span { border-color: #01467D; }
span { border-color: rgb(1,70,125); }
td.TdClassName
{
border-color: #01467D;
}
.TagClassName
{
border-color: #01467D;
}
</style>