Shades of Dark Cerulean #07426D
Tints of Dark Cerulean #07426D
RGB
CMYK
RGB Variations
Color information
#07426D (or 0x07426D) is known color: Dark Cerulean. HEX triplet: 07, 42 and 6D. RGB value is (7,66,109). Sum of RGB (Red+Green+Blue) = 7+66+109=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #07426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07426D is #F8BD92. Grayscale: #353535. Windows color (decimal): -16301459 or 7160327. OLE color: 7160327.
HSL color Cylindrical-coordinate representation of color #07426D: hue angle of 205.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07426D is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 66 | 109 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.57 |
| HSL | 205.29º | 0.88% | 0.23% | - |
| HSV(B) | 205.29º | 0.94% | 0.43% | - |
| XYZ | 4.8 | 5.05 | 15.19 | - |
| YUV | 53.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 109 | 0.94 | 0.39 | 0 | 0.57 | 205.29 | 0.88 | 0.23 |
| Hex | 7 | 42 | 6D | 5E | 27 | 0 | 39 | CD | 58 | 17 |
| Octal | 7 | 102 | 155 | 136 | 47 | 0 | 71 | 315 | 130 | 27 |
| Binary | 111 | 1000010 | 1101101 | 1011110 | 100111 | 0 | 111001 | 11001101 | 1011000 | 10111 |
Color Harmonies of #07426D
Complementary color
Monochromatic Colors of #07426D
Black with #07426D
Text Example
Text Example
White with #07426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07426D; }
p { color: rgb(7,66,109); }
H1.HeaderClassName
{
color: #07426D;
}
.AnyTagClassName
{
color: #07426D;
}
</style>
background-color css
<style>
a { background-color: #07426D; }
a { background-color: rgb(7,66,109); }
div.DivClassName
{
background-color: #07426D;
}
.BgClassName
{
background-color: #07426D;
}
</style>
border-color css
<style>
span { border-color: #07426D; }
span { border-color: rgb(7,66,109); }
td.TdClassName
{
border-color: #07426D;
}
.TagClassName
{
border-color: #07426D;
}
</style>