Shades of Dark Cerulean #07417B
Tints of Dark Cerulean #07417B
RGB
CMYK
RGB Variations
Color information
#07417B (or 0x07417B) is known color: Dark Cerulean. HEX triplet: 07, 41 and 7B. RGB value is (7,65,123). Sum of RGB (Red+Green+Blue) = 7+65+123=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #07417B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07417B is #F8BE84. Grayscale: #353535. Windows color (decimal): -16301701 or 8077575. OLE color: 8077575.
HSL color Cylindrical-coordinate representation of color #07417B: hue angle of 210º 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 #07417B is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 65 | 123 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.52 |
| HSL | 210º | 0.89% | 0.25% | - |
| HSV(B) | 210º | 0.94% | 0.48% | - |
| XYZ | 5.55 | 5.26 | 19.46 | - |
| YUV | 54.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 123 | 0.94 | 0.47 | 0 | 0.52 | 210 | 0.89 | 0.25 |
| Hex | 7 | 41 | 7B | 5E | 2F | 0 | 34 | D2 | 59 | 19 |
| Octal | 7 | 101 | 173 | 136 | 57 | 0 | 64 | 322 | 131 | 31 |
| Binary | 111 | 1000001 | 1111011 | 1011110 | 101111 | 0 | 110100 | 11010010 | 1011001 | 11001 |
Color Harmonies of #07417B
Complementary color
Monochromatic Colors of #07417B
Black with #07417B
Text Example
Text Example
White with #07417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07417B; }
p { color: rgb(7,65,123); }
H1.HeaderClassName
{
color: #07417B;
}
.AnyTagClassName
{
color: #07417B;
}
</style>
background-color css
<style>
a { background-color: #07417B; }
a { background-color: rgb(7,65,123); }
div.DivClassName
{
background-color: #07417B;
}
.BgClassName
{
background-color: #07417B;
}
</style>
border-color css
<style>
span { border-color: #07417B; }
span { border-color: rgb(7,65,123); }
td.TdClassName
{
border-color: #07417B;
}
.TagClassName
{
border-color: #07417B;
}
</style>