Shades of Cerulean #006EB4
Tints of Cerulean #006EB4
RGB
CMYK
RGB Variations
Color information
#006EB4 (or 0x006EB4) is known color: Cerulean. HEX triplet: 00, 6E and B4. RGB value is (0,110,180). Sum of RGB (Red+Green+Blue) = 0+110+180=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #006EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EB4 is #FF914B. Grayscale: #545454. Windows color (decimal): -16748876 or 11824640. OLE color: 11824640.
HSL color Cylindrical-coordinate representation of color #006EB4: hue angle of 203.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EB4 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 110 | 180 | - |
| CMYK | 1 | 0.39 | 0 | 0.29 |
| HSL | 203.33º | 1% | 0.35% | - |
| HSV(B) | 203.33º | 1% | 0.71% | - |
| XYZ | 13.81 | 14.45 | 45.24 | - |
| YUV | 85.09 | 181.56 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 180 | 1 | 0.39 | 0 | 0.29 | 203.33 | 1 | 0.35 |
| Hex | 0 | 6E | B4 | 64 | 27 | 0 | 1D | CB | 64 | 23 |
| Octal | 0 | 156 | 264 | 144 | 47 | 0 | 35 | 313 | 144 | 43 |
| Binary | 0 | 1101110 | 10110100 | 1100100 | 100111 | 0 | 11101 | 11001011 | 1100100 | 100011 |
Color Harmonies of #006EB4
Complementary color
Monochromatic Colors of #006EB4
Black with #006EB4
Text Example
Text Example
White with #006EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EB4; }
p { color: rgb(0,110,180); }
H1.HeaderClassName
{
color: #006EB4;
}
.AnyTagClassName
{
color: #006EB4;
}
</style>
background-color css
<style>
a { background-color: #006EB4; }
a { background-color: rgb(0,110,180); }
div.DivClassName
{
background-color: #006EB4;
}
.BgClassName
{
background-color: #006EB4;
}
</style>
border-color css
<style>
span { border-color: #006EB4; }
span { border-color: rgb(0,110,180); }
td.TdClassName
{
border-color: #006EB4;
}
.TagClassName
{
border-color: #006EB4;
}
</style>