Shades of Dark Cerulean #07357C
Tints of Dark Cerulean #07357C
RGB
CMYK
RGB Variations
Color information
#07357C (or 0x07357C) is known color: Dark Cerulean. HEX triplet: 07, 35 and 7C. RGB value is (7,53,124). Sum of RGB (Red+Green+Blue) = 7+53+124=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #07357C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07357C is #F8CA83. Grayscale: #2F2F2F. Windows color (decimal): -16304772 or 8140039. OLE color: 8140039.
HSL color Cylindrical-coordinate representation of color #07357C: hue angle of 216.41º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07357C is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 53 | 124 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.51 |
| HSL | 216.41º | 0.89% | 0.26% | - |
| HSV(B) | 216.41º | 0.94% | 0.49% | - |
| XYZ | 5 | 4.05 | 19.59 | - |
| YUV | 47.34 | 171.26 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 124 | 0.94 | 0.57 | 0 | 0.51 | 216.41 | 0.89 | 0.26 |
| Hex | 7 | 35 | 7C | 5E | 39 | 0 | 33 | D8 | 59 | 1A |
| Octal | 7 | 65 | 174 | 136 | 71 | 0 | 63 | 330 | 131 | 32 |
| Binary | 111 | 110101 | 1111100 | 1011110 | 111001 | 0 | 110011 | 11011000 | 1011001 | 11010 |
Color Harmonies of #07357C
Complementary color
Monochromatic Colors of #07357C
Black with #07357C
Text Example
Text Example
White with #07357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07357C; }
p { color: rgb(7,53,124); }
H1.HeaderClassName
{
color: #07357C;
}
.AnyTagClassName
{
color: #07357C;
}
</style>
background-color css
<style>
a { background-color: #07357C; }
a { background-color: rgb(7,53,124); }
div.DivClassName
{
background-color: #07357C;
}
.BgClassName
{
background-color: #07357C;
}
</style>
border-color css
<style>
span { border-color: #07357C; }
span { border-color: rgb(7,53,124); }
td.TdClassName
{
border-color: #07357C;
}
.TagClassName
{
border-color: #07357C;
}
</style>