Shades of Cerulean #096FB4
Tints of Cerulean #096FB4
RGB
CMYK
RGB Variations
Color information
#096FB4 (or 0x096FB4) is known color: Cerulean. HEX triplet: 09, 6F and B4. RGB value is (9,111,180). Sum of RGB (Red+Green+Blue) = 9+111+180=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #096FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FB4 is #F6904B. Grayscale: #575757. Windows color (decimal): -16158796 or 11824905. OLE color: 11824905.
HSL color Cylindrical-coordinate representation of color #096FB4: hue angle of 204.21º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096FB4 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 111 | 180 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.29 |
| HSL | 204.21º | 0.9% | 0.37% | - |
| HSV(B) | 204.21º | 0.95% | 0.71% | - |
| XYZ | 14.04 | 14.72 | 45.28 | - |
| YUV | 88.37 | 179.71 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 180 | 0.95 | 0.38 | 0 | 0.29 | 204.21 | 0.9 | 0.37 |
| Hex | 9 | 6F | B4 | 5F | 26 | 0 | 1D | CC | 5A | 25 |
| Octal | 11 | 157 | 264 | 137 | 46 | 0 | 35 | 314 | 132 | 45 |
| Binary | 1001 | 1101111 | 10110100 | 1011111 | 100110 | 0 | 11101 | 11001100 | 1011010 | 100101 |
Color Harmonies of #096FB4
Complementary color
Monochromatic Colors of #096FB4
Black with #096FB4
Text Example
Text Example
White with #096FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FB4; }
p { color: rgb(9,111,180); }
H1.HeaderClassName
{
color: #096FB4;
}
.AnyTagClassName
{
color: #096FB4;
}
</style>
background-color css
<style>
a { background-color: #096FB4; }
a { background-color: rgb(9,111,180); }
div.DivClassName
{
background-color: #096FB4;
}
.BgClassName
{
background-color: #096FB4;
}
</style>
border-color css
<style>
span { border-color: #096FB4; }
span { border-color: rgb(9,111,180); }
td.TdClassName
{
border-color: #096FB4;
}
.TagClassName
{
border-color: #096FB4;
}
</style>