Shades of Cerulean #1087AA
Tints of Cerulean #1087AA
RGB
CMYK
RGB Variations
Color information
#1087AA (or 0x1087AA) is known color: Cerulean. HEX triplet: 10, 87 and AA. RGB value is (16,135,170). Sum of RGB (Red+Green+Blue) = 16+135+170=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #1087AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1087AA is #EF7855. Grayscale: #676767. Windows color (decimal): -15693910 or 11175696. OLE color: 11175696.
HSL color Cylindrical-coordinate representation of color #1087AA: hue angle of 193.64º 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 #1087AA is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 135 | 170 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.33 |
| HSL | 193.64º | 0.83% | 0.36% | - |
| HSV(B) | 193.64º | 0.91% | 0.67% | - |
| XYZ | 16.13 | 20.34 | 41.11 | - |
| YUV | 103.41 | 165.58 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 170 | 0.91 | 0.21 | 0 | 0.33 | 193.64 | 0.83 | 0.36 |
| Hex | 10 | 87 | AA | 5B | 15 | 0 | 21 | C2 | 53 | 24 |
| Octal | 20 | 207 | 252 | 133 | 25 | 0 | 41 | 302 | 123 | 44 |
| Binary | 10000 | 10000111 | 10101010 | 1011011 | 10101 | 0 | 100001 | 11000010 | 1010011 | 100100 |
Color Harmonies of #1087AA
Complementary color
Monochromatic Colors of #1087AA
Black with #1087AA
Text Example
Text Example
White with #1087AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087AA; }
p { color: rgb(16,135,170); }
H1.HeaderClassName
{
color: #1087AA;
}
.AnyTagClassName
{
color: #1087AA;
}
</style>
background-color css
<style>
a { background-color: #1087AA; }
a { background-color: rgb(16,135,170); }
div.DivClassName
{
background-color: #1087AA;
}
.BgClassName
{
background-color: #1087AA;
}
</style>
border-color css
<style>
span { border-color: #1087AA; }
span { border-color: rgb(16,135,170); }
td.TdClassName
{
border-color: #1087AA;
}
.TagClassName
{
border-color: #1087AA;
}
</style>