Shades of Cerulean #1071AD
Tints of Cerulean #1071AD
RGB
CMYK
RGB Variations
Color information
#1071AD (or 0x1071AD) is known color: Cerulean. HEX triplet: 10, 71 and AD. RGB value is (16,113,173). Sum of RGB (Red+Green+Blue) = 16+113+173=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #1071AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1071AD is #EF8E52. Grayscale: #5A5A5A. Windows color (decimal): -15699539 or 11366672. OLE color: 11366672.
HSL color Cylindrical-coordinate representation of color #1071AD: hue angle of 202.93º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1071AD is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 113 | 173 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.32 |
| HSL | 202.93º | 0.83% | 0.37% | - |
| HSV(B) | 202.93º | 0.91% | 0.68% | - |
| XYZ | 13.66 | 14.94 | 41.7 | - |
| YUV | 90.84 | 174.36 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 173 | 0.91 | 0.35 | 0 | 0.32 | 202.93 | 0.83 | 0.37 |
| Hex | 10 | 71 | AD | 5B | 23 | 0 | 20 | CB | 53 | 25 |
| Octal | 20 | 161 | 255 | 133 | 43 | 0 | 40 | 313 | 123 | 45 |
| Binary | 10000 | 1110001 | 10101101 | 1011011 | 100011 | 0 | 100000 | 11001011 | 1010011 | 100101 |
Color Harmonies of #1071AD
Complementary color
Monochromatic Colors of #1071AD
Black with #1071AD
Text Example
Text Example
White with #1071AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1071AD; }
p { color: rgb(16,113,173); }
H1.HeaderClassName
{
color: #1071AD;
}
.AnyTagClassName
{
color: #1071AD;
}
</style>
background-color css
<style>
a { background-color: #1071AD; }
a { background-color: rgb(16,113,173); }
div.DivClassName
{
background-color: #1071AD;
}
.BgClassName
{
background-color: #1071AD;
}
</style>
border-color css
<style>
span { border-color: #1071AD; }
span { border-color: rgb(16,113,173); }
td.TdClassName
{
border-color: #1071AD;
}
.TagClassName
{
border-color: #1071AD;
}
</style>