Shades of Cerulean #1087AF
Tints of Cerulean #1087AF
RGB
CMYK
RGB Variations
Color information
#1087AF (or 0x1087AF) is known color: Cerulean. HEX triplet: 10, 87 and AF. RGB value is (16,135,175). Sum of RGB (Red+Green+Blue) = 16+135+175=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #1087AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1087AF is #EF7850. Grayscale: #676767. Windows color (decimal): -15693905 or 11503376. OLE color: 11503376.
HSL color Cylindrical-coordinate representation of color #1087AF: hue angle of 195.09º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1087AF is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 135 | 175 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.31 |
| HSL | 195.09º | 0.83% | 0.37% | - |
| HSV(B) | 195.09º | 0.91% | 0.69% | - |
| XYZ | 16.62 | 20.53 | 43.65 | - |
| YUV | 103.98 | 168.08 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 175 | 0.91 | 0.23 | 0 | 0.31 | 195.09 | 0.83 | 0.37 |
| Hex | 10 | 87 | AF | 5B | 17 | 0 | 1F | C3 | 53 | 25 |
| Octal | 20 | 207 | 257 | 133 | 27 | 0 | 37 | 303 | 123 | 45 |
| Binary | 10000 | 10000111 | 10101111 | 1011011 | 10111 | 0 | 11111 | 11000011 | 1010011 | 100101 |
Color Harmonies of #1087AF
Complementary color
Monochromatic Colors of #1087AF
Black with #1087AF
Text Example
Text Example
White with #1087AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087AF; }
p { color: rgb(16,135,175); }
H1.HeaderClassName
{
color: #1087AF;
}
.AnyTagClassName
{
color: #1087AF;
}
</style>
background-color css
<style>
a { background-color: #1087AF; }
a { background-color: rgb(16,135,175); }
div.DivClassName
{
background-color: #1087AF;
}
.BgClassName
{
background-color: #1087AF;
}
</style>
border-color css
<style>
span { border-color: #1087AF; }
span { border-color: rgb(16,135,175); }
td.TdClassName
{
border-color: #1087AF;
}
.TagClassName
{
border-color: #1087AF;
}
</style>