Shades of Cerulean #006EAD
Tints of Cerulean #006EAD
RGB
CMYK
RGB Variations
Color information
#006EAD (or 0x006EAD) is known color: Cerulean. HEX triplet: 00, 6E and AD. RGB value is (0,110,173). Sum of RGB (Red+Green+Blue) = 0+110+173=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #006EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006EAD is #FF9152. Grayscale: #535353. Windows color (decimal): -16748883 or 11365888. OLE color: 11365888.
HSL color Cylindrical-coordinate representation of color #006EAD: hue angle of 201.85º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EAD is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 110 | 173 | - |
| CMYK | 1 | 0.36 | 0 | 0.32 |
| HSL | 201.85º | 1% | 0.34% | - |
| HSV(B) | 201.85º | 1% | 0.68% | - |
| XYZ | 13.12 | 14.17 | 41.58 | - |
| YUV | 84.29 | 178.06 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 173 | 1 | 0.36 | 0 | 0.32 | 201.85 | 1 | 0.34 |
| Hex | 0 | 6E | AD | 64 | 24 | 0 | 20 | CA | 64 | 22 |
| Octal | 0 | 156 | 255 | 144 | 44 | 0 | 40 | 312 | 144 | 42 |
| Binary | 0 | 1101110 | 10101101 | 1100100 | 100100 | 0 | 100000 | 11001010 | 1100100 | 100010 |
Color Harmonies of #006EAD
Complementary color
Monochromatic Colors of #006EAD
Black with #006EAD
Text Example
Text Example
White with #006EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EAD; }
p { color: rgb(0,110,173); }
H1.HeaderClassName
{
color: #006EAD;
}
.AnyTagClassName
{
color: #006EAD;
}
</style>
background-color css
<style>
a { background-color: #006EAD; }
a { background-color: rgb(0,110,173); }
div.DivClassName
{
background-color: #006EAD;
}
.BgClassName
{
background-color: #006EAD;
}
</style>
border-color css
<style>
span { border-color: #006EAD; }
span { border-color: rgb(0,110,173); }
td.TdClassName
{
border-color: #006EAD;
}
.TagClassName
{
border-color: #006EAD;
}
</style>