Shades of Cerulean #1070AB
Tints of Cerulean #1070AB
RGB
CMYK
RGB Variations
Color information
#1070AB (or 0x1070AB) is known color: Cerulean. HEX triplet: 10, 70 and AB. RGB value is (16,112,171). Sum of RGB (Red+Green+Blue) = 16+112+171=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #1070AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1070AB is #EF8F54. Grayscale: #595959. Windows color (decimal): -15699797 or 11235344. OLE color: 11235344.
HSL color Cylindrical-coordinate representation of color #1070AB: hue angle of 202.84º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1070AB is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 112 | 171 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.33 |
| HSL | 202.84º | 0.83% | 0.37% | - |
| HSV(B) | 202.84º | 0.91% | 0.67% | - |
| XYZ | 13.36 | 14.64 | 40.65 | - |
| YUV | 90.02 | 173.7 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 171 | 0.91 | 0.35 | 0 | 0.33 | 202.84 | 0.83 | 0.37 |
| Hex | 10 | 70 | AB | 5B | 23 | 0 | 21 | CB | 53 | 25 |
| Octal | 20 | 160 | 253 | 133 | 43 | 0 | 41 | 313 | 123 | 45 |
| Binary | 10000 | 1110000 | 10101011 | 1011011 | 100011 | 0 | 100001 | 11001011 | 1010011 | 100101 |
Color Harmonies of #1070AB
Complementary color
Monochromatic Colors of #1070AB
Black with #1070AB
Text Example
Text Example
White with #1070AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1070AB; }
p { color: rgb(16,112,171); }
H1.HeaderClassName
{
color: #1070AB;
}
.AnyTagClassName
{
color: #1070AB;
}
</style>
background-color css
<style>
a { background-color: #1070AB; }
a { background-color: rgb(16,112,171); }
div.DivClassName
{
background-color: #1070AB;
}
.BgClassName
{
background-color: #1070AB;
}
</style>
border-color css
<style>
span { border-color: #1070AB; }
span { border-color: rgb(16,112,171); }
td.TdClassName
{
border-color: #1070AB;
}
.TagClassName
{
border-color: #1070AB;
}
</style>