Shades of Cerulean #1085AC
Tints of Cerulean #1085AC
RGB
CMYK
RGB Variations
Color information
#1085AC (or 0x1085AC) is known color: Cerulean. HEX triplet: 10, 85 and AC. RGB value is (16,133,172). Sum of RGB (Red+Green+Blue) = 16+133+172=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #1085AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1085AC is #EF7A53. Grayscale: #666666. Windows color (decimal): -15694420 or 11306256. OLE color: 11306256.
HSL color Cylindrical-coordinate representation of color #1085AC: hue angle of 195º 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 #1085AC is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 133 | 172 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.33 |
| HSL | 195º | 0.83% | 0.37% | - |
| HSV(B) | 195º | 0.91% | 0.67% | - |
| XYZ | 16.05 | 19.86 | 42.02 | - |
| YUV | 102.46 | 167.24 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 172 | 0.91 | 0.23 | 0 | 0.33 | 195 | 0.83 | 0.37 |
| Hex | 10 | 85 | AC | 5B | 17 | 0 | 21 | C3 | 53 | 25 |
| Octal | 20 | 205 | 254 | 133 | 27 | 0 | 41 | 303 | 123 | 45 |
| Binary | 10000 | 10000101 | 10101100 | 1011011 | 10111 | 0 | 100001 | 11000011 | 1010011 | 100101 |
Color Harmonies of #1085AC
Complementary color
Monochromatic Colors of #1085AC
Black with #1085AC
Text Example
Text Example
White with #1085AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1085AC; }
p { color: rgb(16,133,172); }
H1.HeaderClassName
{
color: #1085AC;
}
.AnyTagClassName
{
color: #1085AC;
}
</style>
background-color css
<style>
a { background-color: #1085AC; }
a { background-color: rgb(16,133,172); }
div.DivClassName
{
background-color: #1085AC;
}
.BgClassName
{
background-color: #1085AC;
}
</style>
border-color css
<style>
span { border-color: #1085AC; }
span { border-color: rgb(16,133,172); }
td.TdClassName
{
border-color: #1085AC;
}
.TagClassName
{
border-color: #1085AC;
}
</style>