Shades of Cerulean #007DA1
Tints of Cerulean #007DA1
RGB
CMYK
RGB Variations
Color information
#007DA1 (or 0x007DA1) is known color: Cerulean. HEX triplet: 00, 7D and A1. RGB value is (0,125,161). Sum of RGB (Red+Green+Blue) = 0+125+161=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #007DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007DA1 is #FF825E. Grayscale: #5B5B5B. Windows color (decimal): -16745055 or 10583296. OLE color: 10583296.
HSL color Cylindrical-coordinate representation of color #007DA1: hue angle of 193.42º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DA1 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 125 | 161 | - |
| CMYK | 1 | 0.22 | 0 | 0.37 |
| HSL | 193.42º | 1% | 0.32% | - |
| HSV(B) | 193.42º | 1% | 0.63% | - |
| XYZ | 13.77 | 17.24 | 36.32 | - |
| YUV | 91.73 | 167.09 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 161 | 1 | 0.22 | 0 | 0.37 | 193.42 | 1 | 0.32 |
| Hex | 0 | 7D | A1 | 64 | 16 | 0 | 25 | C1 | 64 | 20 |
| Octal | 0 | 175 | 241 | 144 | 26 | 0 | 45 | 301 | 144 | 40 |
| Binary | 0 | 1111101 | 10100001 | 1100100 | 10110 | 0 | 100101 | 11000001 | 1100100 | 100000 |
Color Harmonies of #007DA1
Complementary color
Monochromatic Colors of #007DA1
Black with #007DA1
Text Example
Text Example
White with #007DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DA1; }
p { color: rgb(0,125,161); }
H1.HeaderClassName
{
color: #007DA1;
}
.AnyTagClassName
{
color: #007DA1;
}
</style>
background-color css
<style>
a { background-color: #007DA1; }
a { background-color: rgb(0,125,161); }
div.DivClassName
{
background-color: #007DA1;
}
.BgClassName
{
background-color: #007DA1;
}
</style>
border-color css
<style>
span { border-color: #007DA1; }
span { border-color: rgb(0,125,161); }
td.TdClassName
{
border-color: #007DA1;
}
.TagClassName
{
border-color: #007DA1;
}
</style>