Shades of Cerulean #1071AA
Tints of Cerulean #1071AA
RGB
CMYK
RGB Variations
Color information
#1071AA (or 0x1071AA) is known color: Cerulean. HEX triplet: 10, 71 and AA. RGB value is (16,113,170). Sum of RGB (Red+Green+Blue) = 16+113+170=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #1071AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1071AA is #EF8E55. Grayscale: #5A5A5A. Windows color (decimal): -15699542 or 11170064. OLE color: 11170064.
HSL color Cylindrical-coordinate representation of color #1071AA: hue angle of 202.21º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1071AA is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 113 | 170 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.33 |
| HSL | 202.21º | 0.83% | 0.36% | - |
| HSV(B) | 202.21º | 0.91% | 0.67% | - |
| XYZ | 13.37 | 14.82 | 40.19 | - |
| YUV | 90.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 170 | 0.91 | 0.34 | 0 | 0.33 | 202.21 | 0.83 | 0.36 |
| Hex | 10 | 71 | AA | 5B | 22 | 0 | 21 | CA | 53 | 24 |
| Octal | 20 | 161 | 252 | 133 | 42 | 0 | 41 | 312 | 123 | 44 |
| Binary | 10000 | 1110001 | 10101010 | 1011011 | 100010 | 0 | 100001 | 11001010 | 1010011 | 100100 |
Color Harmonies of #1071AA
Complementary color
Monochromatic Colors of #1071AA
Black with #1071AA
Text Example
Text Example
White with #1071AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1071AA; }
p { color: rgb(16,113,170); }
H1.HeaderClassName
{
color: #1071AA;
}
.AnyTagClassName
{
color: #1071AA;
}
</style>
background-color css
<style>
a { background-color: #1071AA; }
a { background-color: rgb(16,113,170); }
div.DivClassName
{
background-color: #1071AA;
}
.BgClassName
{
background-color: #1071AA;
}
</style>
border-color css
<style>
span { border-color: #1071AA; }
span { border-color: rgb(16,113,170); }
td.TdClassName
{
border-color: #1071AA;
}
.TagClassName
{
border-color: #1071AA;
}
</style>