Shades of Cerulean #007DA0
Tints of Cerulean #007DA0
RGB
CMYK
RGB Variations
Color information
#007DA0 (or 0x007DA0) is known color: Cerulean. HEX triplet: 00, 7D and A0. RGB value is (0,125,160). Sum of RGB (Red+Green+Blue) = 0+125+160=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #007DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007DA0 is #FF825F. Grayscale: #5B5B5B. Windows color (decimal): -16745056 or 10517760. OLE color: 10517760.
HSL color Cylindrical-coordinate representation of color #007DA0: hue angle of 193.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DA0 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 125 | 160 | - |
| CMYK | 1 | 0.22 | 0 | 0.37 |
| HSL | 193.13º | 1% | 0.31% | - |
| HSV(B) | 193.13º | 1% | 0.63% | - |
| XYZ | 13.68 | 17.21 | 35.86 | - |
| YUV | 91.62 | 166.59 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 160 | 1 | 0.22 | 0 | 0.37 | 193.13 | 1 | 0.31 |
| Hex | 0 | 7D | A0 | 64 | 16 | 0 | 25 | C1 | 64 | 1F |
| Octal | 0 | 175 | 240 | 144 | 26 | 0 | 45 | 301 | 144 | 37 |
| Binary | 0 | 1111101 | 10100000 | 1100100 | 10110 | 0 | 100101 | 11000001 | 1100100 | 11111 |
Color Harmonies of #007DA0
Complementary color
Monochromatic Colors of #007DA0
Black with #007DA0
Text Example
Text Example
White with #007DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DA0; }
p { color: rgb(0,125,160); }
H1.HeaderClassName
{
color: #007DA0;
}
.AnyTagClassName
{
color: #007DA0;
}
</style>
background-color css
<style>
a { background-color: #007DA0; }
a { background-color: rgb(0,125,160); }
div.DivClassName
{
background-color: #007DA0;
}
.BgClassName
{
background-color: #007DA0;
}
</style>
border-color css
<style>
span { border-color: #007DA0; }
span { border-color: rgb(0,125,160); }
td.TdClassName
{
border-color: #007DA0;
}
.TagClassName
{
border-color: #007DA0;
}
</style>