Shades of Cerulean #1070AE
Tints of Cerulean #1070AE
RGB
CMYK
RGB Variations
Color information
#1070AE (or 0x1070AE) is known color: Cerulean. HEX triplet: 10, 70 and AE. RGB value is (16,112,174). Sum of RGB (Red+Green+Blue) = 16+112+174=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #1070AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1070AE is #EF8F51. Grayscale: #5A5A5A. Windows color (decimal): -15699794 or 11431952. OLE color: 11431952.
HSL color Cylindrical-coordinate representation of color #1070AE: hue angle of 203.54º 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 #1070AE is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 112 | 174 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.32 |
| HSL | 203.54º | 0.83% | 0.37% | - |
| HSV(B) | 203.54º | 0.91% | 0.68% | - |
| XYZ | 13.65 | 14.75 | 42.17 | - |
| YUV | 90.36 | 175.2 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 174 | 0.91 | 0.36 | 0 | 0.32 | 203.54 | 0.83 | 0.37 |
| Hex | 10 | 70 | AE | 5B | 24 | 0 | 20 | CC | 53 | 25 |
| Octal | 20 | 160 | 256 | 133 | 44 | 0 | 40 | 314 | 123 | 45 |
| Binary | 10000 | 1110000 | 10101110 | 1011011 | 100100 | 0 | 100000 | 11001100 | 1010011 | 100101 |
Color Harmonies of #1070AE
Complementary color
Monochromatic Colors of #1070AE
Black with #1070AE
Text Example
Text Example
White with #1070AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1070AE; }
p { color: rgb(16,112,174); }
H1.HeaderClassName
{
color: #1070AE;
}
.AnyTagClassName
{
color: #1070AE;
}
</style>
background-color css
<style>
a { background-color: #1070AE; }
a { background-color: rgb(16,112,174); }
div.DivClassName
{
background-color: #1070AE;
}
.BgClassName
{
background-color: #1070AE;
}
</style>
border-color css
<style>
span { border-color: #1070AE; }
span { border-color: rgb(16,112,174); }
td.TdClassName
{
border-color: #1070AE;
}
.TagClassName
{
border-color: #1070AE;
}
</style>