Shades of Cerulean #096DB2
Tints of Cerulean #096DB2
RGB
CMYK
RGB Variations
Color information
#096DB2 (or 0x096DB2) is known color: Cerulean. HEX triplet: 09, 6D and B2. RGB value is (9,109,178). Sum of RGB (Red+Green+Blue) = 9+109+178=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #096DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096DB2 is #F6924D. Grayscale: #565656. Windows color (decimal): -16159310 or 11693321. OLE color: 11693321.
HSL color Cylindrical-coordinate representation of color #096DB2: hue angle of 204.5º 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 #096DB2 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 109 | 178 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.30 |
| HSL | 204.5º | 0.9% | 0.37% | - |
| HSV(B) | 204.5º | 0.95% | 0.7% | - |
| XYZ | 13.62 | 14.21 | 44.14 | - |
| YUV | 86.97 | 179.37 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 178 | 0.95 | 0.39 | 0 | 0.30 | 204.5 | 0.9 | 0.37 |
| Hex | 9 | 6D | B2 | 5F | 27 | 0 | 1E | CC | 5A | 25 |
| Octal | 11 | 155 | 262 | 137 | 47 | 0 | 36 | 314 | 132 | 45 |
| Binary | 1001 | 1101101 | 10110010 | 1011111 | 100111 | 0 | 11110 | 11001100 | 1011010 | 100101 |
Color Harmonies of #096DB2
Complementary color
Monochromatic Colors of #096DB2
Black with #096DB2
Text Example
Text Example
White with #096DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DB2; }
p { color: rgb(9,109,178); }
H1.HeaderClassName
{
color: #096DB2;
}
.AnyTagClassName
{
color: #096DB2;
}
</style>
background-color css
<style>
a { background-color: #096DB2; }
a { background-color: rgb(9,109,178); }
div.DivClassName
{
background-color: #096DB2;
}
.BgClassName
{
background-color: #096DB2;
}
</style>
border-color css
<style>
span { border-color: #096DB2; }
span { border-color: rgb(9,109,178); }
td.TdClassName
{
border-color: #096DB2;
}
.TagClassName
{
border-color: #096DB2;
}
</style>