Shades of Dark Cerulean #00467F
Tints of Dark Cerulean #00467F
RGB
CMYK
RGB Variations
Color information
#00467F (or 0x00467F) is known color: Dark Cerulean. HEX triplet: 00, 46 and 7F. RGB value is (0,70,127). Sum of RGB (Red+Green+Blue) = 0+70+127=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #00467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00467F is #FFB980. Grayscale: #373737. Windows color (decimal): -16759169 or 8340992. OLE color: 8340992.
HSL color Cylindrical-coordinate representation of color #00467F: hue angle of 206.93º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00467F is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 70 | 127 | - |
| CMYK | 1 | 0.45 | 0 | 0.50 |
| HSL | 206.93º | 1% | 0.25% | - |
| HSV(B) | 206.93º | 1% | 0.5% | - |
| XYZ | 6.02 | 5.91 | 20.9 | - |
| YUV | 55.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 127 | 1 | 0.45 | 0 | 0.50 | 206.93 | 1 | 0.25 |
| Hex | 0 | 46 | 7F | 64 | 2D | 0 | 32 | CF | 64 | 19 |
| Octal | 0 | 106 | 177 | 144 | 55 | 0 | 62 | 317 | 144 | 31 |
| Binary | 0 | 1000110 | 1111111 | 1100100 | 101101 | 0 | 110010 | 11001111 | 1100100 | 11001 |
Color Harmonies of #00467F
Complementary color
Monochromatic Colors of #00467F
Black with #00467F
Text Example
Text Example
White with #00467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00467F; }
p { color: rgb(0,70,127); }
H1.HeaderClassName
{
color: #00467F;
}
.AnyTagClassName
{
color: #00467F;
}
</style>
background-color css
<style>
a { background-color: #00467F; }
a { background-color: rgb(0,70,127); }
div.DivClassName
{
background-color: #00467F;
}
.BgClassName
{
background-color: #00467F;
}
</style>
border-color css
<style>
span { border-color: #00467F; }
span { border-color: rgb(0,70,127); }
td.TdClassName
{
border-color: #00467F;
}
.TagClassName
{
border-color: #00467F;
}
</style>