Shades of Cerulean #1071AB
Tints of Cerulean #1071AB
RGB
CMYK
RGB Variations
Color information
#1071AB (or 0x1071AB) is known color: Cerulean. HEX triplet: 10, 71 and AB. RGB value is (16,113,171). Sum of RGB (Red+Green+Blue) = 16+113+171=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #1071AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1071AB is #EF8E54. Grayscale: #5A5A5A. Windows color (decimal): -15699541 or 11235600. OLE color: 11235600.
HSL color Cylindrical-coordinate representation of color #1071AB: hue angle of 202.45º 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 #1071AB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 113 | 171 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.33 |
| HSL | 202.45º | 0.83% | 0.37% | - |
| HSV(B) | 202.45º | 0.91% | 0.67% | - |
| XYZ | 13.47 | 14.86 | 40.69 | - |
| YUV | 90.61 | 173.36 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 171 | 0.91 | 0.34 | 0 | 0.33 | 202.45 | 0.83 | 0.37 |
| Hex | 10 | 71 | AB | 5B | 22 | 0 | 21 | CA | 53 | 25 |
| Octal | 20 | 161 | 253 | 133 | 42 | 0 | 41 | 312 | 123 | 45 |
| Binary | 10000 | 1110001 | 10101011 | 1011011 | 100010 | 0 | 100001 | 11001010 | 1010011 | 100101 |
Color Harmonies of #1071AB
Complementary color
Monochromatic Colors of #1071AB
Black with #1071AB
Text Example
Text Example
White with #1071AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1071AB; }
p { color: rgb(16,113,171); }
H1.HeaderClassName
{
color: #1071AB;
}
.AnyTagClassName
{
color: #1071AB;
}
</style>
background-color css
<style>
a { background-color: #1071AB; }
a { background-color: rgb(16,113,171); }
div.DivClassName
{
background-color: #1071AB;
}
.BgClassName
{
background-color: #1071AB;
}
</style>
border-color css
<style>
span { border-color: #1071AB; }
span { border-color: rgb(16,113,171); }
td.TdClassName
{
border-color: #1071AB;
}
.TagClassName
{
border-color: #1071AB;
}
</style>