Shades of Dark Cerulean #07447B
Tints of Dark Cerulean #07447B
RGB
CMYK
RGB Variations
Color information
#07447B (or 0x07447B) is known color: Dark Cerulean. HEX triplet: 07, 44 and 7B. RGB value is (7,68,123). Sum of RGB (Red+Green+Blue) = 7+68+123=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #07447B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07447B is #F8BB84. Grayscale: #373737. Windows color (decimal): -16300933 or 8078343. OLE color: 8078343.
HSL color Cylindrical-coordinate representation of color #07447B: hue angle of 208.45º 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 #07447B is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 68 | 123 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.52 |
| HSL | 208.45º | 0.89% | 0.25% | - |
| HSV(B) | 208.45º | 0.94% | 0.48% | - |
| XYZ | 5.73 | 5.61 | 19.52 | - |
| YUV | 56.03 | 165.79 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 123 | 0.94 | 0.45 | 0 | 0.52 | 208.45 | 0.89 | 0.25 |
| Hex | 7 | 44 | 7B | 5E | 2D | 0 | 34 | D0 | 59 | 19 |
| Octal | 7 | 104 | 173 | 136 | 55 | 0 | 64 | 320 | 131 | 31 |
| Binary | 111 | 1000100 | 1111011 | 1011110 | 101101 | 0 | 110100 | 11010000 | 1011001 | 11001 |
Color Harmonies of #07447B
Complementary color
Monochromatic Colors of #07447B
Black with #07447B
Text Example
Text Example
White with #07447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07447B; }
p { color: rgb(7,68,123); }
H1.HeaderClassName
{
color: #07447B;
}
.AnyTagClassName
{
color: #07447B;
}
</style>
background-color css
<style>
a { background-color: #07447B; }
a { background-color: rgb(7,68,123); }
div.DivClassName
{
background-color: #07447B;
}
.BgClassName
{
background-color: #07447B;
}
</style>
border-color css
<style>
span { border-color: #07447B; }
span { border-color: rgb(7,68,123); }
td.TdClassName
{
border-color: #07447B;
}
.TagClassName
{
border-color: #07447B;
}
</style>