Shades of Cerulean #096FAC
Tints of Cerulean #096FAC
RGB
CMYK
RGB Variations
Color information
#096FAC (or 0x096FAC) is known color: Cerulean. HEX triplet: 09, 6F and AC. RGB value is (9,111,172). Sum of RGB (Red+Green+Blue) = 9+111+172=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #096FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096FAC is #F69053. Grayscale: #575757. Windows color (decimal): -16158804 or 11300617. OLE color: 11300617.
HSL color Cylindrical-coordinate representation of color #096FAC: hue angle of 202.45º 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 #096FAC is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 111 | 172 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.33 |
| HSL | 202.45º | 0.9% | 0.35% | - |
| HSV(B) | 202.45º | 0.95% | 0.67% | - |
| XYZ | 13.24 | 14.41 | 41.11 | - |
| YUV | 87.46 | 175.71 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 172 | 0.95 | 0.35 | 0 | 0.33 | 202.45 | 0.9 | 0.35 |
| Hex | 9 | 6F | AC | 5F | 23 | 0 | 21 | CA | 5A | 23 |
| Octal | 11 | 157 | 254 | 137 | 43 | 0 | 41 | 312 | 132 | 43 |
| Binary | 1001 | 1101111 | 10101100 | 1011111 | 100011 | 0 | 100001 | 11001010 | 1011010 | 100011 |
Color Harmonies of #096FAC
Complementary color
Monochromatic Colors of #096FAC
Black with #096FAC
Text Example
Text Example
White with #096FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FAC; }
p { color: rgb(9,111,172); }
H1.HeaderClassName
{
color: #096FAC;
}
.AnyTagClassName
{
color: #096FAC;
}
</style>
background-color css
<style>
a { background-color: #096FAC; }
a { background-color: rgb(9,111,172); }
div.DivClassName
{
background-color: #096FAC;
}
.BgClassName
{
background-color: #096FAC;
}
</style>
border-color css
<style>
span { border-color: #096FAC; }
span { border-color: rgb(9,111,172); }
td.TdClassName
{
border-color: #096FAC;
}
.TagClassName
{
border-color: #096FAC;
}
</style>