Shades of Dark Cerulean #07567A
Tints of Dark Cerulean #07567A
RGB
CMYK
RGB Variations
Color information
#07567A (or 0x07567A) is known color: Dark Cerulean. HEX triplet: 07, 56 and 7A. RGB value is (7,86,122). Sum of RGB (Red+Green+Blue) = 7+86+122=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #07567A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07567A is #F8A985. Grayscale: #424242. Windows color (decimal): -16296326 or 8017415. OLE color: 8017415.
HSL color Cylindrical-coordinate representation of color #07567A: hue angle of 198.78º 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 #07567A is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 86 | 122 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.52 |
| HSL | 198.78º | 0.89% | 0.25% | - |
| HSV(B) | 198.78º | 0.94% | 0.48% | - |
| XYZ | 6.93 | 8.11 | 19.61 | - |
| YUV | 66.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 122 | 0.94 | 0.30 | 0 | 0.52 | 198.78 | 0.89 | 0.25 |
| Hex | 7 | 56 | 7A | 5E | 1E | 0 | 34 | C7 | 59 | 19 |
| Octal | 7 | 126 | 172 | 136 | 36 | 0 | 64 | 307 | 131 | 31 |
| Binary | 111 | 1010110 | 1111010 | 1011110 | 11110 | 0 | 110100 | 11000111 | 1011001 | 11001 |
Color Harmonies of #07567A
Complementary color
Monochromatic Colors of #07567A
Black with #07567A
Text Example
Text Example
White with #07567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07567A; }
p { color: rgb(7,86,122); }
H1.HeaderClassName
{
color: #07567A;
}
.AnyTagClassName
{
color: #07567A;
}
</style>
background-color css
<style>
a { background-color: #07567A; }
a { background-color: rgb(7,86,122); }
div.DivClassName
{
background-color: #07567A;
}
.BgClassName
{
background-color: #07567A;
}
</style>
border-color css
<style>
span { border-color: #07567A; }
span { border-color: rgb(7,86,122); }
td.TdClassName
{
border-color: #07567A;
}
.TagClassName
{
border-color: #07567A;
}
</style>