Shades of Dark Cerulean #07357A
Tints of Dark Cerulean #07357A
RGB
CMYK
RGB Variations
Color information
#07357A (or 0x07357A) is known color: Dark Cerulean. HEX triplet: 07, 35 and 7A. RGB value is (7,53,122). Sum of RGB (Red+Green+Blue) = 7+53+122=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #07357A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07357A is #F8CA85. Grayscale: #2E2E2E. Windows color (decimal): -16304774 or 8008967. OLE color: 8008967.
HSL color Cylindrical-coordinate representation of color #07357A: hue angle of 216º 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 #07357A is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 53 | 122 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.52 |
| HSL | 216º | 0.89% | 0.25% | - |
| HSV(B) | 216º | 0.94% | 0.48% | - |
| XYZ | 4.87 | 4 | 18.93 | - |
| YUV | 47.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 122 | 0.94 | 0.57 | 0 | 0.52 | 216 | 0.89 | 0.25 |
| Hex | 7 | 35 | 7A | 5E | 39 | 0 | 34 | D8 | 59 | 19 |
| Octal | 7 | 65 | 172 | 136 | 71 | 0 | 64 | 330 | 131 | 31 |
| Binary | 111 | 110101 | 1111010 | 1011110 | 111001 | 0 | 110100 | 11011000 | 1011001 | 11001 |
Color Harmonies of #07357A
Complementary color
Monochromatic Colors of #07357A
Black with #07357A
Text Example
Text Example
White with #07357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07357A; }
p { color: rgb(7,53,122); }
H1.HeaderClassName
{
color: #07357A;
}
.AnyTagClassName
{
color: #07357A;
}
</style>
background-color css
<style>
a { background-color: #07357A; }
a { background-color: rgb(7,53,122); }
div.DivClassName
{
background-color: #07357A;
}
.BgClassName
{
background-color: #07357A;
}
</style>
border-color css
<style>
span { border-color: #07357A; }
span { border-color: rgb(7,53,122); }
td.TdClassName
{
border-color: #07357A;
}
.TagClassName
{
border-color: #07357A;
}
</style>