Shades of Cerulean #007DA9
Tints of Cerulean #007DA9
RGB
CMYK
RGB Variations
Color information
#007DA9 (or 0x007DA9) is known color: Cerulean. HEX triplet: 00, 7D and A9. RGB value is (0,125,169). Sum of RGB (Red+Green+Blue) = 0+125+169=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 169 (66.41% from 255 or 57.48% from 294); Max value from RGB is 169 - color contains mainly: blue. Hex color #007DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007DA9 is #FF8256. Grayscale: #5C5C5C. Windows color (decimal): -16745047 or 11107584. OLE color: 11107584.
HSL color Cylindrical-coordinate representation of color #007DA9: hue angle of 195.62º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DA9 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 125 | 169 | - |
| CMYK | 1 | 0.26 | 0 | 0.34 |
| HSL | 195.62º | 1% | 0.33% | - |
| HSV(B) | 195.62º | 1% | 0.66% | - |
| XYZ | 14.5 | 17.53 | 40.16 | - |
| YUV | 92.64 | 171.09 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 169 | 1 | 0.26 | 0 | 0.34 | 195.62 | 1 | 0.33 |
| Hex | 0 | 7D | A9 | 64 | 1A | 0 | 22 | C4 | 64 | 21 |
| Octal | 0 | 175 | 251 | 144 | 32 | 0 | 42 | 304 | 144 | 41 |
| Binary | 0 | 1111101 | 10101001 | 1100100 | 11010 | 0 | 100010 | 11000100 | 1100100 | 100001 |
Color Harmonies of #007DA9
Complementary color
Monochromatic Colors of #007DA9
Black with #007DA9
Text Example
Text Example
White with #007DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DA9; }
p { color: rgb(0,125,169); }
H1.HeaderClassName
{
color: #007DA9;
}
.AnyTagClassName
{
color: #007DA9;
}
</style>
background-color css
<style>
a { background-color: #007DA9; }
a { background-color: rgb(0,125,169); }
div.DivClassName
{
background-color: #007DA9;
}
.BgClassName
{
background-color: #007DA9;
}
</style>
border-color css
<style>
span { border-color: #007DA9; }
span { border-color: rgb(0,125,169); }
td.TdClassName
{
border-color: #007DA9;
}
.TagClassName
{
border-color: #007DA9;
}
</style>