Shades of Cerulean #096EAC
Tints of Cerulean #096EAC
RGB
CMYK
RGB Variations
Color information
#096EAC (or 0x096EAC) is known color: Cerulean. HEX triplet: 09, 6E and AC. RGB value is (9,110,172). Sum of RGB (Red+Green+Blue) = 9+110+172=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #096EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096EAC is #F69153. Grayscale: #565656. Windows color (decimal): -16159060 or 11300361. OLE color: 11300361.
HSL color Cylindrical-coordinate representation of color #096EAC: hue angle of 202.82º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096EAC is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 110 | 172 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.33 |
| HSL | 202.82º | 0.9% | 0.35% | - |
| HSV(B) | 202.82º | 0.95% | 0.67% | - |
| XYZ | 13.13 | 14.19 | 41.08 | - |
| YUV | 86.87 | 176.04 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 172 | 0.95 | 0.36 | 0 | 0.33 | 202.82 | 0.9 | 0.35 |
| Hex | 9 | 6E | AC | 5F | 24 | 0 | 21 | CB | 5A | 23 |
| Octal | 11 | 156 | 254 | 137 | 44 | 0 | 41 | 313 | 132 | 43 |
| Binary | 1001 | 1101110 | 10101100 | 1011111 | 100100 | 0 | 100001 | 11001011 | 1011010 | 100011 |
Color Harmonies of #096EAC
Complementary color
Monochromatic Colors of #096EAC
Black with #096EAC
Text Example
Text Example
White with #096EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EAC; }
p { color: rgb(9,110,172); }
H1.HeaderClassName
{
color: #096EAC;
}
.AnyTagClassName
{
color: #096EAC;
}
</style>
background-color css
<style>
a { background-color: #096EAC; }
a { background-color: rgb(9,110,172); }
div.DivClassName
{
background-color: #096EAC;
}
.BgClassName
{
background-color: #096EAC;
}
</style>
border-color css
<style>
span { border-color: #096EAC; }
span { border-color: rgb(9,110,172); }
td.TdClassName
{
border-color: #096EAC;
}
.TagClassName
{
border-color: #096EAC;
}
</style>