Shades of Dark Cerulean #07507B
Tints of Dark Cerulean #07507B
RGB
CMYK
RGB Variations
Color information
#07507B (or 0x07507B) is known color: Dark Cerulean. HEX triplet: 07, 50 and 7B. RGB value is (7,80,123). Sum of RGB (Red+Green+Blue) = 7+80+123=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #07507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07507B is #F8AF84. Grayscale: #3E3E3E. Windows color (decimal): -16297861 or 8081415. OLE color: 8081415.
HSL color Cylindrical-coordinate representation of color #07507B: hue angle of 202.24º 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 #07507B is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 80 | 123 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.52 |
| HSL | 202.24º | 0.89% | 0.25% | - |
| HSV(B) | 202.24º | 0.94% | 0.48% | - |
| XYZ | 6.53 | 7.21 | 19.79 | - |
| YUV | 63.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 123 | 0.94 | 0.35 | 0 | 0.52 | 202.24 | 0.89 | 0.25 |
| Hex | 7 | 50 | 7B | 5E | 23 | 0 | 34 | CA | 59 | 19 |
| Octal | 7 | 120 | 173 | 136 | 43 | 0 | 64 | 312 | 131 | 31 |
| Binary | 111 | 1010000 | 1111011 | 1011110 | 100011 | 0 | 110100 | 11001010 | 1011001 | 11001 |
Color Harmonies of #07507B
Complementary color
Monochromatic Colors of #07507B
Black with #07507B
Text Example
Text Example
White with #07507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07507B; }
p { color: rgb(7,80,123); }
H1.HeaderClassName
{
color: #07507B;
}
.AnyTagClassName
{
color: #07507B;
}
</style>
background-color css
<style>
a { background-color: #07507B; }
a { background-color: rgb(7,80,123); }
div.DivClassName
{
background-color: #07507B;
}
.BgClassName
{
background-color: #07507B;
}
</style>
border-color css
<style>
span { border-color: #07507B; }
span { border-color: rgb(7,80,123); }
td.TdClassName
{
border-color: #07507B;
}
.TagClassName
{
border-color: #07507B;
}
</style>