Shades of Dark Cerulean #07427B
Tints of Dark Cerulean #07427B
RGB
CMYK
RGB Variations
Color information
#07427B (or 0x07427B) is known color: Dark Cerulean. HEX triplet: 07, 42 and 7B. RGB value is (7,66,123). Sum of RGB (Red+Green+Blue) = 7+66+123=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #07427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07427B is #F8BD84. Grayscale: #363636. Windows color (decimal): -16301445 or 8077831. OLE color: 8077831.
HSL color Cylindrical-coordinate representation of color #07427B: hue angle of 209.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07427B is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 66 | 123 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.52 |
| HSL | 209.48º | 0.89% | 0.25% | - |
| HSV(B) | 209.48º | 0.94% | 0.48% | - |
| XYZ | 5.61 | 5.37 | 19.48 | - |
| YUV | 54.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 123 | 0.94 | 0.46 | 0 | 0.52 | 209.48 | 0.89 | 0.25 |
| Hex | 7 | 42 | 7B | 5E | 2E | 0 | 34 | D1 | 59 | 19 |
| Octal | 7 | 102 | 173 | 136 | 56 | 0 | 64 | 321 | 131 | 31 |
| Binary | 111 | 1000010 | 1111011 | 1011110 | 101110 | 0 | 110100 | 11010001 | 1011001 | 11001 |
Color Harmonies of #07427B
Complementary color
Monochromatic Colors of #07427B
Black with #07427B
Text Example
Text Example
White with #07427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07427B; }
p { color: rgb(7,66,123); }
H1.HeaderClassName
{
color: #07427B;
}
.AnyTagClassName
{
color: #07427B;
}
</style>
background-color css
<style>
a { background-color: #07427B; }
a { background-color: rgb(7,66,123); }
div.DivClassName
{
background-color: #07427B;
}
.BgClassName
{
background-color: #07427B;
}
</style>
border-color css
<style>
span { border-color: #07427B; }
span { border-color: rgb(7,66,123); }
td.TdClassName
{
border-color: #07427B;
}
.TagClassName
{
border-color: #07427B;
}
</style>