Shades of Cerulean #1089AD
Tints of Cerulean #1089AD
RGB
CMYK
RGB Variations
Color information
#1089AD (or 0x1089AD) is known color: Cerulean. HEX triplet: 10, 89 and AD. RGB value is (16,137,173). Sum of RGB (Red+Green+Blue) = 16+137+173=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #1089AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1089AD is #EF7652. Grayscale: #686868. Windows color (decimal): -15693395 or 11372816. OLE color: 11372816.
HSL color Cylindrical-coordinate representation of color #1089AD: hue angle of 193.76º 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 #1089AD is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 137 | 173 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.32 |
| HSL | 193.76º | 0.83% | 0.37% | - |
| HSV(B) | 193.76º | 0.91% | 0.68% | - |
| XYZ | 16.7 | 21.02 | 42.71 | - |
| YUV | 104.93 | 166.41 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 173 | 0.91 | 0.21 | 0 | 0.32 | 193.76 | 0.83 | 0.37 |
| Hex | 10 | 89 | AD | 5B | 15 | 0 | 20 | C2 | 53 | 25 |
| Octal | 20 | 211 | 255 | 133 | 25 | 0 | 40 | 302 | 123 | 45 |
| Binary | 10000 | 10001001 | 10101101 | 1011011 | 10101 | 0 | 100000 | 11000010 | 1010011 | 100101 |
Color Harmonies of #1089AD
Complementary color
Monochromatic Colors of #1089AD
Black with #1089AD
Text Example
Text Example
White with #1089AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1089AD; }
p { color: rgb(16,137,173); }
H1.HeaderClassName
{
color: #1089AD;
}
.AnyTagClassName
{
color: #1089AD;
}
</style>
background-color css
<style>
a { background-color: #1089AD; }
a { background-color: rgb(16,137,173); }
div.DivClassName
{
background-color: #1089AD;
}
.BgClassName
{
background-color: #1089AD;
}
</style>
border-color css
<style>
span { border-color: #1089AD; }
span { border-color: rgb(16,137,173); }
td.TdClassName
{
border-color: #1089AD;
}
.TagClassName
{
border-color: #1089AD;
}
</style>