Shades of Dark Cerulean #07437A
Tints of Dark Cerulean #07437A
RGB
CMYK
RGB Variations
Color information
#07437A (or 0x07437A) is known color: Dark Cerulean. HEX triplet: 07, 43 and 7A. RGB value is (7,67,122). Sum of RGB (Red+Green+Blue) = 7+67+122=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #07437A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07437A is #F8BC85. Grayscale: #373737. Windows color (decimal): -16301190 or 8012551. OLE color: 8012551.
HSL color Cylindrical-coordinate representation of color #07437A: hue angle of 208.7º 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 #07437A is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 67 | 122 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.52 |
| HSL | 208.7º | 0.89% | 0.25% | - |
| HSV(B) | 208.7º | 0.94% | 0.48% | - |
| XYZ | 5.61 | 5.46 | 19.17 | - |
| YUV | 55.33 | 165.62 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 122 | 0.94 | 0.45 | 0 | 0.52 | 208.7 | 0.89 | 0.25 |
| Hex | 7 | 43 | 7A | 5E | 2D | 0 | 34 | D1 | 59 | 19 |
| Octal | 7 | 103 | 172 | 136 | 55 | 0 | 64 | 321 | 131 | 31 |
| Binary | 111 | 1000011 | 1111010 | 1011110 | 101101 | 0 | 110100 | 11010001 | 1011001 | 11001 |
Color Harmonies of #07437A
Complementary color
Monochromatic Colors of #07437A
Black with #07437A
Text Example
Text Example
White with #07437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07437A; }
p { color: rgb(7,67,122); }
H1.HeaderClassName
{
color: #07437A;
}
.AnyTagClassName
{
color: #07437A;
}
</style>
background-color css
<style>
a { background-color: #07437A; }
a { background-color: rgb(7,67,122); }
div.DivClassName
{
background-color: #07437A;
}
.BgClassName
{
background-color: #07437A;
}
</style>
border-color css
<style>
span { border-color: #07437A; }
span { border-color: rgb(7,67,122); }
td.TdClassName
{
border-color: #07437A;
}
.TagClassName
{
border-color: #07437A;
}
</style>