Shades of Cerulean #007EAF
Tints of Cerulean #007EAF
RGB
CMYK
RGB Variations
Color information
#007EAF (or 0x007EAF) is known color: Cerulean. HEX triplet: 00, 7E and AF. RGB value is (0,126,175). Sum of RGB (Red+Green+Blue) = 0+126+175=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #007EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007EAF is #FF8150. Grayscale: #5D5D5D. Windows color (decimal): -16744785 or 11501056. OLE color: 11501056.
HSL color Cylindrical-coordinate representation of color #007EAF: hue angle of 196.8º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EAF is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 126 | 175 | - |
| CMYK | 1 | 0.28 | 0 | 0.31 |
| HSL | 196.8º | 1% | 0.34% | - |
| HSV(B) | 196.8º | 1% | 0.69% | - |
| XYZ | 15.2 | 18.02 | 43.23 | - |
| YUV | 93.91 | 173.76 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 175 | 1 | 0.28 | 0 | 0.31 | 196.8 | 1 | 0.34 |
| Hex | 0 | 7E | AF | 64 | 1C | 0 | 1F | C5 | 64 | 22 |
| Octal | 0 | 176 | 257 | 144 | 34 | 0 | 37 | 305 | 144 | 42 |
| Binary | 0 | 1111110 | 10101111 | 1100100 | 11100 | 0 | 11111 | 11000101 | 1100100 | 100010 |
Color Harmonies of #007EAF
Complementary color
Monochromatic Colors of #007EAF
Black with #007EAF
Text Example
Text Example
White with #007EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EAF; }
p { color: rgb(0,126,175); }
H1.HeaderClassName
{
color: #007EAF;
}
.AnyTagClassName
{
color: #007EAF;
}
</style>
background-color css
<style>
a { background-color: #007EAF; }
a { background-color: rgb(0,126,175); }
div.DivClassName
{
background-color: #007EAF;
}
.BgClassName
{
background-color: #007EAF;
}
</style>
border-color css
<style>
span { border-color: #007EAF; }
span { border-color: rgb(0,126,175); }
td.TdClassName
{
border-color: #007EAF;
}
.TagClassName
{
border-color: #007EAF;
}
</style>