Shades of Cerulean #0070AB
Tints of Cerulean #0070AB
RGB
CMYK
RGB Variations
Color information
#0070AB (or 0x0070AB) is known color: Cerulean. HEX triplet: 00, 70 and AB. RGB value is (0,112,171). Sum of RGB (Red+Green+Blue) = 0+112+171=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #0070AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0070AB is #FF8F54. Grayscale: #545454. Windows color (decimal): -16748373 or 11235328. OLE color: 11235328.
HSL color Cylindrical-coordinate representation of color #0070AB: hue angle of 200.7º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070AB is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 112 | 171 | - |
| CMYK | 1 | 0.35 | 0 | 0.33 |
| HSL | 200.7º | 1% | 0.34% | - |
| HSV(B) | 200.7º | 1% | 0.67% | - |
| XYZ | 13.14 | 14.53 | 40.64 | - |
| YUV | 85.24 | 176.39 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 171 | 1 | 0.35 | 0 | 0.33 | 200.7 | 1 | 0.34 |
| Hex | 0 | 70 | AB | 64 | 23 | 0 | 21 | C9 | 64 | 22 |
| Octal | 0 | 160 | 253 | 144 | 43 | 0 | 41 | 311 | 144 | 42 |
| Binary | 0 | 1110000 | 10101011 | 1100100 | 100011 | 0 | 100001 | 11001001 | 1100100 | 100010 |
Color Harmonies of #0070AB
Complementary color
Monochromatic Colors of #0070AB
Black with #0070AB
Text Example
Text Example
White with #0070AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0070AB; }
p { color: rgb(0,112,171); }
H1.HeaderClassName
{
color: #0070AB;
}
.AnyTagClassName
{
color: #0070AB;
}
</style>
background-color css
<style>
a { background-color: #0070AB; }
a { background-color: rgb(0,112,171); }
div.DivClassName
{
background-color: #0070AB;
}
.BgClassName
{
background-color: #0070AB;
}
</style>
border-color css
<style>
span { border-color: #0070AB; }
span { border-color: rgb(0,112,171); }
td.TdClassName
{
border-color: #0070AB;
}
.TagClassName
{
border-color: #0070AB;
}
</style>