Shades of Cerulean #006EB2
Tints of Cerulean #006EB2
RGB
CMYK
RGB Variations
Color information
#006EB2 (or 0x006EB2) is known color: Cerulean. HEX triplet: 00, 6E and B2. RGB value is (0,110,178). Sum of RGB (Red+Green+Blue) = 0+110+178=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 178 (69.92% from 255 or 61.81% from 288); Max value from RGB is 178 - color contains mainly: blue. Hex color #006EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006EB2 is #FF914D. Grayscale: #545454. Windows color (decimal): -16748878 or 11693568. OLE color: 11693568.
HSL color Cylindrical-coordinate representation of color #006EB2: hue angle of 202.92º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EB2 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 110 | 178 | - |
| CMYK | 1 | 0.38 | 0 | 0.30 |
| HSL | 202.92º | 1% | 0.35% | - |
| HSV(B) | 202.92º | 1% | 0.7% | - |
| XYZ | 13.61 | 14.37 | 44.18 | - |
| YUV | 84.86 | 180.56 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 178 | 1 | 0.38 | 0 | 0.30 | 202.92 | 1 | 0.35 |
| Hex | 0 | 6E | B2 | 64 | 26 | 0 | 1E | CB | 64 | 23 |
| Octal | 0 | 156 | 262 | 144 | 46 | 0 | 36 | 313 | 144 | 43 |
| Binary | 0 | 1101110 | 10110010 | 1100100 | 100110 | 0 | 11110 | 11001011 | 1100100 | 100011 |
Color Harmonies of #006EB2
Complementary color
Monochromatic Colors of #006EB2
Black with #006EB2
Text Example
Text Example
White with #006EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EB2; }
p { color: rgb(0,110,178); }
H1.HeaderClassName
{
color: #006EB2;
}
.AnyTagClassName
{
color: #006EB2;
}
</style>
background-color css
<style>
a { background-color: #006EB2; }
a { background-color: rgb(0,110,178); }
div.DivClassName
{
background-color: #006EB2;
}
.BgClassName
{
background-color: #006EB2;
}
</style>
border-color css
<style>
span { border-color: #006EB2; }
span { border-color: rgb(0,110,178); }
td.TdClassName
{
border-color: #006EB2;
}
.TagClassName
{
border-color: #006EB2;
}
</style>