Shades of Cerulean #1081AB
Tints of Cerulean #1081AB
RGB
CMYK
RGB Variations
Color information
#1081AB (or 0x1081AB) is known color: Cerulean. HEX triplet: 10, 81 and AB. RGB value is (16,129,171). Sum of RGB (Red+Green+Blue) = 16+129+171=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #1081AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1081AB is #EF7E54. Grayscale: #636363. Windows color (decimal): -15695445 or 11239696. OLE color: 11239696.
HSL color Cylindrical-coordinate representation of color #1081AB: hue angle of 196.26º 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 #1081AB is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 129 | 171 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.33 |
| HSL | 196.26º | 0.83% | 0.37% | - |
| HSV(B) | 196.26º | 0.91% | 0.67% | - |
| XYZ | 15.41 | 18.75 | 41.33 | - |
| YUV | 100 | 168.06 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 171 | 0.91 | 0.25 | 0 | 0.33 | 196.26 | 0.83 | 0.37 |
| Hex | 10 | 81 | AB | 5B | 19 | 0 | 21 | C4 | 53 | 25 |
| Octal | 20 | 201 | 253 | 133 | 31 | 0 | 41 | 304 | 123 | 45 |
| Binary | 10000 | 10000001 | 10101011 | 1011011 | 11001 | 0 | 100001 | 11000100 | 1010011 | 100101 |
Color Harmonies of #1081AB
Complementary color
Monochromatic Colors of #1081AB
Black with #1081AB
Text Example
Text Example
White with #1081AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1081AB; }
p { color: rgb(16,129,171); }
H1.HeaderClassName
{
color: #1081AB;
}
.AnyTagClassName
{
color: #1081AB;
}
</style>
background-color css
<style>
a { background-color: #1081AB; }
a { background-color: rgb(16,129,171); }
div.DivClassName
{
background-color: #1081AB;
}
.BgClassName
{
background-color: #1081AB;
}
</style>
border-color css
<style>
span { border-color: #1081AB; }
span { border-color: rgb(16,129,171); }
td.TdClassName
{
border-color: #1081AB;
}
.TagClassName
{
border-color: #1081AB;
}
</style>