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