Shades of Dark Cerulean #07397B
Tints of Dark Cerulean #07397B
RGB
CMYK
RGB Variations
Color information
#07397B (or 0x07397B) is known color: Dark Cerulean. HEX triplet: 07, 39 and 7B. RGB value is (7,57,123). Sum of RGB (Red+Green+Blue) = 7+57+123=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #07397B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07397B is #F8C684. Grayscale: #313131. Windows color (decimal): -16303749 or 8075527. OLE color: 8075527.
HSL color Cylindrical-coordinate representation of color #07397B: hue angle of 214.14º 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 #07397B is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 57 | 123 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.52 |
| HSL | 214.14º | 0.89% | 0.25% | - |
| HSV(B) | 214.14º | 0.94% | 0.48% | - |
| XYZ | 5.13 | 4.4 | 19.32 | - |
| YUV | 49.57 | 169.44 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 123 | 0.94 | 0.54 | 0 | 0.52 | 214.14 | 0.89 | 0.25 |
| Hex | 7 | 39 | 7B | 5E | 36 | 0 | 34 | D6 | 59 | 19 |
| Octal | 7 | 71 | 173 | 136 | 66 | 0 | 64 | 326 | 131 | 31 |
| Binary | 111 | 111001 | 1111011 | 1011110 | 110110 | 0 | 110100 | 11010110 | 1011001 | 11001 |
Color Harmonies of #07397B
Complementary color
Monochromatic Colors of #07397B
Black with #07397B
Text Example
Text Example
White with #07397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07397B; }
p { color: rgb(7,57,123); }
H1.HeaderClassName
{
color: #07397B;
}
.AnyTagClassName
{
color: #07397B;
}
</style>
background-color css
<style>
a { background-color: #07397B; }
a { background-color: rgb(7,57,123); }
div.DivClassName
{
background-color: #07397B;
}
.BgClassName
{
background-color: #07397B;
}
</style>
border-color css
<style>
span { border-color: #07397B; }
span { border-color: rgb(7,57,123); }
td.TdClassName
{
border-color: #07397B;
}
.TagClassName
{
border-color: #07397B;
}
</style>