Shades of Dark Cerulean #07467F
Tints of Dark Cerulean #07467F
RGB
CMYK
RGB Variations
Color information
#07467F (or 0x07467F) is known color: Dark Cerulean. HEX triplet: 07, 46 and 7F. RGB value is (7,70,127). Sum of RGB (Red+Green+Blue) = 7+70+127=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #07467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07467F is #F8B980. Grayscale: #393939. Windows color (decimal): -16300417 or 8340999. OLE color: 8340999.
HSL color Cylindrical-coordinate representation of color #07467F: hue angle of 208.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07467F is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 70 | 127 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.50 |
| HSL | 208.5º | 0.9% | 0.26% | - |
| HSV(B) | 208.5º | 0.94% | 0.5% | - |
| XYZ | 6.11 | 5.96 | 20.91 | - |
| YUV | 57.66 | 167.13 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 127 | 0.94 | 0.45 | 0 | 0.50 | 208.5 | 0.9 | 0.26 |
| Hex | 7 | 46 | 7F | 5E | 2D | 0 | 32 | D0 | 5A | 1A |
| Octal | 7 | 106 | 177 | 136 | 55 | 0 | 62 | 320 | 132 | 32 |
| Binary | 111 | 1000110 | 1111111 | 1011110 | 101101 | 0 | 110010 | 11010000 | 1011010 | 11010 |
Color Harmonies of #07467F
Complementary color
Monochromatic Colors of #07467F
Black with #07467F
Text Example
Text Example
White with #07467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07467F; }
p { color: rgb(7,70,127); }
H1.HeaderClassName
{
color: #07467F;
}
.AnyTagClassName
{
color: #07467F;
}
</style>
background-color css
<style>
a { background-color: #07467F; }
a { background-color: rgb(7,70,127); }
div.DivClassName
{
background-color: #07467F;
}
.BgClassName
{
background-color: #07467F;
}
</style>
border-color css
<style>
span { border-color: #07467F; }
span { border-color: rgb(7,70,127); }
td.TdClassName
{
border-color: #07467F;
}
.TagClassName
{
border-color: #07467F;
}
</style>