Shades of Dark Cerulean #07428B
Tints of Dark Cerulean #07428B
RGB
CMYK
RGB Variations
Color information
#07428B (or 0x07428B) is known color: Dark Cerulean. HEX triplet: 07, 42 and 8B. RGB value is (7,66,139). Sum of RGB (Red+Green+Blue) = 7+66+139=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #07428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07428B is #F8BD74. Grayscale: #383838. Windows color (decimal): -16301429 or 9126407. OLE color: 9126407.
HSL color Cylindrical-coordinate representation of color #07428B: hue angle of 213.18º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07428B is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 66 | 139 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.45 |
| HSL | 213.18º | 0.9% | 0.29% | - |
| HSV(B) | 213.18º | 0.95% | 0.55% | - |
| XYZ | 6.7 | 5.81 | 25.19 | - |
| YUV | 56.68 | 174.45 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 139 | 0.95 | 0.53 | 0 | 0.45 | 213.18 | 0.9 | 0.29 |
| Hex | 7 | 42 | 8B | 5F | 35 | 0 | 2D | D5 | 5A | 1D |
| Octal | 7 | 102 | 213 | 137 | 65 | 0 | 55 | 325 | 132 | 35 |
| Binary | 111 | 1000010 | 10001011 | 1011111 | 110101 | 0 | 101101 | 11010101 | 1011010 | 11101 |
Color Harmonies of #07428B
Complementary color
Monochromatic Colors of #07428B
Black with #07428B
Text Example
Text Example
White with #07428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07428B; }
p { color: rgb(7,66,139); }
H1.HeaderClassName
{
color: #07428B;
}
.AnyTagClassName
{
color: #07428B;
}
</style>
background-color css
<style>
a { background-color: #07428B; }
a { background-color: rgb(7,66,139); }
div.DivClassName
{
background-color: #07428B;
}
.BgClassName
{
background-color: #07428B;
}
</style>
border-color css
<style>
span { border-color: #07428B; }
span { border-color: rgb(7,66,139); }
td.TdClassName
{
border-color: #07428B;
}
.TagClassName
{
border-color: #07428B;
}
</style>