Shades of Cerulean #006FB0
Tints of Cerulean #006FB0
RGB
CMYK
RGB Variations
Color information
#006FB0 (or 0x006FB0) is known color: Cerulean. HEX triplet: 00, 6F and B0. RGB value is (0,111,176). Sum of RGB (Red+Green+Blue) = 0+111+176=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #006FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FB0 is #FF904F. Grayscale: #545454. Windows color (decimal): -16748624 or 11562752. OLE color: 11562752.
HSL color Cylindrical-coordinate representation of color #006FB0: hue angle of 202.16º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FB0 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 111 | 176 | - |
| CMYK | 1 | 0.37 | 0 | 0.31 |
| HSL | 202.16º | 1% | 0.35% | - |
| HSV(B) | 202.16º | 1% | 0.69% | - |
| XYZ | 13.52 | 14.5 | 43.16 | - |
| YUV | 85.22 | 179.23 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 176 | 1 | 0.37 | 0 | 0.31 | 202.16 | 1 | 0.35 |
| Hex | 0 | 6F | B0 | 64 | 25 | 0 | 1F | CA | 64 | 23 |
| Octal | 0 | 157 | 260 | 144 | 45 | 0 | 37 | 312 | 144 | 43 |
| Binary | 0 | 1101111 | 10110000 | 1100100 | 100101 | 0 | 11111 | 11001010 | 1100100 | 100011 |
Color Harmonies of #006FB0
Complementary color
Monochromatic Colors of #006FB0
Black with #006FB0
Text Example
Text Example
White with #006FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FB0; }
p { color: rgb(0,111,176); }
H1.HeaderClassName
{
color: #006FB0;
}
.AnyTagClassName
{
color: #006FB0;
}
</style>
background-color css
<style>
a { background-color: #006FB0; }
a { background-color: rgb(0,111,176); }
div.DivClassName
{
background-color: #006FB0;
}
.BgClassName
{
background-color: #006FB0;
}
</style>
border-color css
<style>
span { border-color: #006FB0; }
span { border-color: rgb(0,111,176); }
td.TdClassName
{
border-color: #006FB0;
}
.TagClassName
{
border-color: #006FB0;
}
</style>