Shades of Cerulean #1070AD
Tints of Cerulean #1070AD
RGB
CMYK
RGB Variations
Color information
#1070AD (or 0x1070AD) is known color: Cerulean. HEX triplet: 10, 70 and AD. RGB value is (16,112,173). Sum of RGB (Red+Green+Blue) = 16+112+173=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #1070AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1070AD is #EF8F52. Grayscale: #595959. Windows color (decimal): -15699795 or 11366416. OLE color: 11366416.
HSL color Cylindrical-coordinate representation of color #1070AD: hue angle of 203.31º 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 #1070AD is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 112 | 173 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.32 |
| HSL | 203.31º | 0.83% | 0.37% | - |
| HSV(B) | 203.31º | 0.91% | 0.68% | - |
| XYZ | 13.55 | 14.72 | 41.66 | - |
| YUV | 90.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 173 | 0.91 | 0.35 | 0 | 0.32 | 203.31 | 0.83 | 0.37 |
| Hex | 10 | 70 | AD | 5B | 23 | 0 | 20 | CB | 53 | 25 |
| Octal | 20 | 160 | 255 | 133 | 43 | 0 | 40 | 313 | 123 | 45 |
| Binary | 10000 | 1110000 | 10101101 | 1011011 | 100011 | 0 | 100000 | 11001011 | 1010011 | 100101 |
Color Harmonies of #1070AD
Complementary color
Monochromatic Colors of #1070AD
Black with #1070AD
Text Example
Text Example
White with #1070AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1070AD; }
p { color: rgb(16,112,173); }
H1.HeaderClassName
{
color: #1070AD;
}
.AnyTagClassName
{
color: #1070AD;
}
</style>
background-color css
<style>
a { background-color: #1070AD; }
a { background-color: rgb(16,112,173); }
div.DivClassName
{
background-color: #1070AD;
}
.BgClassName
{
background-color: #1070AD;
}
</style>
border-color css
<style>
span { border-color: #1070AD; }
span { border-color: rgb(16,112,173); }
td.TdClassName
{
border-color: #1070AD;
}
.TagClassName
{
border-color: #1070AD;
}
</style>