Shades of Cerulean #007DAB
Tints of Cerulean #007DAB
RGB
CMYK
RGB Variations
Color information
#007DAB (or 0x007DAB) is known color: Cerulean. HEX triplet: 00, 7D and AB. RGB value is (0,125,171). Sum of RGB (Red+Green+Blue) = 0+125+171=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #007DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007DAB is #FF8254. Grayscale: #5C5C5C. Windows color (decimal): -16745045 or 11238656. OLE color: 11238656.
HSL color Cylindrical-coordinate representation of color #007DAB: hue angle of 196.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DAB is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 125 | 171 | - |
| CMYK | 1 | 0.27 | 0 | 0.33 |
| HSL | 196.14º | 1% | 0.34% | - |
| HSV(B) | 196.14º | 1% | 0.67% | - |
| XYZ | 14.68 | 17.61 | 41.15 | - |
| YUV | 92.87 | 172.09 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 171 | 1 | 0.27 | 0 | 0.33 | 196.14 | 1 | 0.34 |
| Hex | 0 | 7D | AB | 64 | 1B | 0 | 21 | C4 | 64 | 22 |
| Octal | 0 | 175 | 253 | 144 | 33 | 0 | 41 | 304 | 144 | 42 |
| Binary | 0 | 1111101 | 10101011 | 1100100 | 11011 | 0 | 100001 | 11000100 | 1100100 | 100010 |
Color Harmonies of #007DAB
Complementary color
Monochromatic Colors of #007DAB
Black with #007DAB
Text Example
Text Example
White with #007DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DAB; }
p { color: rgb(0,125,171); }
H1.HeaderClassName
{
color: #007DAB;
}
.AnyTagClassName
{
color: #007DAB;
}
</style>
background-color css
<style>
a { background-color: #007DAB; }
a { background-color: rgb(0,125,171); }
div.DivClassName
{
background-color: #007DAB;
}
.BgClassName
{
background-color: #007DAB;
}
</style>
border-color css
<style>
span { border-color: #007DAB; }
span { border-color: rgb(0,125,171); }
td.TdClassName
{
border-color: #007DAB;
}
.TagClassName
{
border-color: #007DAB;
}
</style>