Shades of Cerulean #096FB3
Tints of Cerulean #096FB3
RGB
CMYK
RGB Variations
Color information
#096FB3 (or 0x096FB3) is known color: Cerulean. HEX triplet: 09, 6F and B3. RGB value is (9,111,179). Sum of RGB (Red+Green+Blue) = 9+111+179=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 179 (70.31% from 255 or 59.87% from 299); Max value from RGB is 179 - color contains mainly: blue. Hex color #096FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FB3 is #F6904C. Grayscale: #575757. Windows color (decimal): -16158797 or 11759369. OLE color: 11759369.
HSL color Cylindrical-coordinate representation of color #096FB3: hue angle of 204º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096FB3 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 111 | 179 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.30 |
| HSL | 204º | 0.9% | 0.37% | - |
| HSV(B) | 204º | 0.95% | 0.7% | - |
| XYZ | 13.93 | 14.68 | 44.75 | - |
| YUV | 88.25 | 179.21 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 179 | 0.95 | 0.38 | 0 | 0.30 | 204 | 0.9 | 0.37 |
| Hex | 9 | 6F | B3 | 5F | 26 | 0 | 1E | CC | 5A | 25 |
| Octal | 11 | 157 | 263 | 137 | 46 | 0 | 36 | 314 | 132 | 45 |
| Binary | 1001 | 1101111 | 10110011 | 1011111 | 100110 | 0 | 11110 | 11001100 | 1011010 | 100101 |
Color Harmonies of #096FB3
Complementary color
Monochromatic Colors of #096FB3
Black with #096FB3
Text Example
Text Example
White with #096FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FB3; }
p { color: rgb(9,111,179); }
H1.HeaderClassName
{
color: #096FB3;
}
.AnyTagClassName
{
color: #096FB3;
}
</style>
background-color css
<style>
a { background-color: #096FB3; }
a { background-color: rgb(9,111,179); }
div.DivClassName
{
background-color: #096FB3;
}
.BgClassName
{
background-color: #096FB3;
}
</style>
border-color css
<style>
span { border-color: #096FB3; }
span { border-color: rgb(9,111,179); }
td.TdClassName
{
border-color: #096FB3;
}
.TagClassName
{
border-color: #096FB3;
}
</style>