Shades of Cerulean #007EAA
Tints of Cerulean #007EAA
RGB
CMYK
RGB Variations
Color information
#007EAA (or 0x007EAA) is known color: Cerulean. HEX triplet: 00, 7E and AA. RGB value is (0,126,170). Sum of RGB (Red+Green+Blue) = 0+126+170=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #007EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007EAA is #FF8155. Grayscale: #5D5D5D. Windows color (decimal): -16744790 or 11173376. OLE color: 11173376.
HSL color Cylindrical-coordinate representation of color #007EAA: hue angle of 195.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EAA is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 126 | 170 | - |
| CMYK | 1 | 0.26 | 0 | 0.33 |
| HSL | 195.53º | 1% | 0.33% | - |
| HSV(B) | 195.53º | 1% | 0.67% | - |
| XYZ | 14.72 | 17.82 | 40.69 | - |
| YUV | 93.34 | 171.26 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 170 | 1 | 0.26 | 0 | 0.33 | 195.53 | 1 | 0.33 |
| Hex | 0 | 7E | AA | 64 | 1A | 0 | 21 | C4 | 64 | 21 |
| Octal | 0 | 176 | 252 | 144 | 32 | 0 | 41 | 304 | 144 | 41 |
| Binary | 0 | 1111110 | 10101010 | 1100100 | 11010 | 0 | 100001 | 11000100 | 1100100 | 100001 |
Color Harmonies of #007EAA
Complementary color
Monochromatic Colors of #007EAA
Black with #007EAA
Text Example
Text Example
White with #007EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EAA; }
p { color: rgb(0,126,170); }
H1.HeaderClassName
{
color: #007EAA;
}
.AnyTagClassName
{
color: #007EAA;
}
</style>
background-color css
<style>
a { background-color: #007EAA; }
a { background-color: rgb(0,126,170); }
div.DivClassName
{
background-color: #007EAA;
}
.BgClassName
{
background-color: #007EAA;
}
</style>
border-color css
<style>
span { border-color: #007EAA; }
span { border-color: rgb(0,126,170); }
td.TdClassName
{
border-color: #007EAA;
}
.TagClassName
{
border-color: #007EAA;
}
</style>