Shades of Dark Cerulean #07367A
Tints of Dark Cerulean #07367A
RGB
CMYK
RGB Variations
Color information
#07367A (or 0x07367A) is known color: Dark Cerulean. HEX triplet: 07, 36 and 7A. RGB value is (7,54,122). Sum of RGB (Red+Green+Blue) = 7+54+122=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #07367A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07367A is #F8C985. Grayscale: #2F2F2F. Windows color (decimal): -16304518 or 8009223. OLE color: 8009223.
HSL color Cylindrical-coordinate representation of color #07367A: hue angle of 215.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 #07367A is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 54 | 122 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.52 |
| HSL | 215.48º | 0.89% | 0.25% | - |
| HSV(B) | 215.48º | 0.94% | 0.48% | - |
| XYZ | 4.92 | 4.09 | 18.94 | - |
| YUV | 47.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 122 | 0.94 | 0.56 | 0 | 0.52 | 215.48 | 0.89 | 0.25 |
| Hex | 7 | 36 | 7A | 5E | 38 | 0 | 34 | D7 | 59 | 19 |
| Octal | 7 | 66 | 172 | 136 | 70 | 0 | 64 | 327 | 131 | 31 |
| Binary | 111 | 110110 | 1111010 | 1011110 | 111000 | 0 | 110100 | 11010111 | 1011001 | 11001 |
Color Harmonies of #07367A
Complementary color
Monochromatic Colors of #07367A
Black with #07367A
Text Example
Text Example
White with #07367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07367A; }
p { color: rgb(7,54,122); }
H1.HeaderClassName
{
color: #07367A;
}
.AnyTagClassName
{
color: #07367A;
}
</style>
background-color css
<style>
a { background-color: #07367A; }
a { background-color: rgb(7,54,122); }
div.DivClassName
{
background-color: #07367A;
}
.BgClassName
{
background-color: #07367A;
}
</style>
border-color css
<style>
span { border-color: #07367A; }
span { border-color: rgb(7,54,122); }
td.TdClassName
{
border-color: #07367A;
}
.TagClassName
{
border-color: #07367A;
}
</style>