Shades of Dark Cerulean #07507A
Tints of Dark Cerulean #07507A
RGB
CMYK
RGB Variations
Color information
#07507A (or 0x07507A) is known color: Dark Cerulean. HEX triplet: 07, 50 and 7A. RGB value is (7,80,122). Sum of RGB (Red+Green+Blue) = 7+80+122=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #07507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07507A is #F8AF85. Grayscale: #3E3E3E. Windows color (decimal): -16297862 or 8015879. OLE color: 8015879.
HSL color Cylindrical-coordinate representation of color #07507A: hue angle of 201.91º 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 #07507A is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 80 | 122 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.52 |
| HSL | 201.91º | 0.89% | 0.25% | - |
| HSV(B) | 201.91º | 0.94% | 0.48% | - |
| XYZ | 6.47 | 7.19 | 19.46 | - |
| YUV | 62.96 | 161.32 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 122 | 0.94 | 0.34 | 0 | 0.52 | 201.91 | 0.89 | 0.25 |
| Hex | 7 | 50 | 7A | 5E | 22 | 0 | 34 | CA | 59 | 19 |
| Octal | 7 | 120 | 172 | 136 | 42 | 0 | 64 | 312 | 131 | 31 |
| Binary | 111 | 1010000 | 1111010 | 1011110 | 100010 | 0 | 110100 | 11001010 | 1011001 | 11001 |
Color Harmonies of #07507A
Complementary color
Monochromatic Colors of #07507A
Black with #07507A
Text Example
Text Example
White with #07507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07507A; }
p { color: rgb(7,80,122); }
H1.HeaderClassName
{
color: #07507A;
}
.AnyTagClassName
{
color: #07507A;
}
</style>
background-color css
<style>
a { background-color: #07507A; }
a { background-color: rgb(7,80,122); }
div.DivClassName
{
background-color: #07507A;
}
.BgClassName
{
background-color: #07507A;
}
</style>
border-color css
<style>
span { border-color: #07507A; }
span { border-color: rgb(7,80,122); }
td.TdClassName
{
border-color: #07507A;
}
.TagClassName
{
border-color: #07507A;
}
</style>