Shades of Cerulean #096FB0
Tints of Cerulean #096FB0
RGB
CMYK
RGB Variations
Color information
#096FB0 (or 0x096FB0) is known color: Cerulean. HEX triplet: 09, 6F and B0. RGB value is (9,111,176). Sum of RGB (Red+Green+Blue) = 9+111+176=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 176 (69.14% from 255 or 59.46% from 296); Max value from RGB is 176 - color contains mainly: blue. Hex color #096FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096FB0 is #F6904F. Grayscale: #575757. Windows color (decimal): -16158800 or 11562761. OLE color: 11562761.
HSL color Cylindrical-coordinate representation of color #096FB0: hue angle of 203.35º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096FB0 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 111 | 176 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.31 |
| HSL | 203.35º | 0.9% | 0.36% | - |
| HSV(B) | 203.35º | 0.95% | 0.69% | - |
| XYZ | 13.63 | 14.56 | 43.17 | - |
| YUV | 87.91 | 177.71 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 176 | 0.95 | 0.37 | 0 | 0.31 | 203.35 | 0.9 | 0.36 |
| Hex | 9 | 6F | B0 | 5F | 25 | 0 | 1F | CB | 5A | 24 |
| Octal | 11 | 157 | 260 | 137 | 45 | 0 | 37 | 313 | 132 | 44 |
| Binary | 1001 | 1101111 | 10110000 | 1011111 | 100101 | 0 | 11111 | 11001011 | 1011010 | 100100 |
Color Harmonies of #096FB0
Complementary color
Monochromatic Colors of #096FB0
Black with #096FB0
Text Example
Text Example
White with #096FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FB0; }
p { color: rgb(9,111,176); }
H1.HeaderClassName
{
color: #096FB0;
}
.AnyTagClassName
{
color: #096FB0;
}
</style>
background-color css
<style>
a { background-color: #096FB0; }
a { background-color: rgb(9,111,176); }
div.DivClassName
{
background-color: #096FB0;
}
.BgClassName
{
background-color: #096FB0;
}
</style>
border-color css
<style>
span { border-color: #096FB0; }
span { border-color: rgb(9,111,176); }
td.TdClassName
{
border-color: #096FB0;
}
.TagClassName
{
border-color: #096FB0;
}
</style>