Shades of Dark Cerulean #07407B
Tints of Dark Cerulean #07407B
RGB
CMYK
RGB Variations
Color information
#07407B (or 0x07407B) is known color: Dark Cerulean. HEX triplet: 07, 40 and 7B. RGB value is (7,64,123). Sum of RGB (Red+Green+Blue) = 7+64+123=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #07407B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07407B is #F8BF84. Grayscale: #353535. Windows color (decimal): -16301957 or 8077319. OLE color: 8077319.
HSL color Cylindrical-coordinate representation of color #07407B: hue angle of 210.52º 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 #07407B is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 64 | 123 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.52 |
| HSL | 210.52º | 0.89% | 0.25% | - |
| HSV(B) | 210.52º | 0.94% | 0.48% | - |
| XYZ | 5.5 | 5.14 | 19.44 | - |
| YUV | 53.68 | 167.12 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 123 | 0.94 | 0.48 | 0 | 0.52 | 210.52 | 0.89 | 0.25 |
| Hex | 7 | 40 | 7B | 5E | 30 | 0 | 34 | D3 | 59 | 19 |
| Octal | 7 | 100 | 173 | 136 | 60 | 0 | 64 | 323 | 131 | 31 |
| Binary | 111 | 1000000 | 1111011 | 1011110 | 110000 | 0 | 110100 | 11010011 | 1011001 | 11001 |
Color Harmonies of #07407B
Complementary color
Monochromatic Colors of #07407B
Black with #07407B
Text Example
Text Example
White with #07407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07407B; }
p { color: rgb(7,64,123); }
H1.HeaderClassName
{
color: #07407B;
}
.AnyTagClassName
{
color: #07407B;
}
</style>
background-color css
<style>
a { background-color: #07407B; }
a { background-color: rgb(7,64,123); }
div.DivClassName
{
background-color: #07407B;
}
.BgClassName
{
background-color: #07407B;
}
</style>
border-color css
<style>
span { border-color: #07407B; }
span { border-color: rgb(7,64,123); }
td.TdClassName
{
border-color: #07407B;
}
.TagClassName
{
border-color: #07407B;
}
</style>