Shades of Cerulean #096DB1
Tints of Cerulean #096DB1
RGB
CMYK
RGB Variations
Color information
#096DB1 (or 0x096DB1) is known color: Cerulean. HEX triplet: 09, 6D and B1. RGB value is (9,109,177). Sum of RGB (Red+Green+Blue) = 9+109+177=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 177 (69.53% from 255 or 60% from 295); Max value from RGB is 177 - color contains mainly: blue. Hex color #096DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096DB1 is #F6924E. Grayscale: #565656. Windows color (decimal): -16159311 or 11627785. OLE color: 11627785.
HSL color Cylindrical-coordinate representation of color #096DB1: hue angle of 204.29º 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 #096DB1 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 109 | 177 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.31 |
| HSL | 204.29º | 0.9% | 0.36% | - |
| HSV(B) | 204.29º | 0.95% | 0.69% | - |
| XYZ | 13.52 | 14.17 | 43.62 | - |
| YUV | 86.85 | 178.87 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 177 | 0.95 | 0.38 | 0 | 0.31 | 204.29 | 0.9 | 0.36 |
| Hex | 9 | 6D | B1 | 5F | 26 | 0 | 1F | CC | 5A | 24 |
| Octal | 11 | 155 | 261 | 137 | 46 | 0 | 37 | 314 | 132 | 44 |
| Binary | 1001 | 1101101 | 10110001 | 1011111 | 100110 | 0 | 11111 | 11001100 | 1011010 | 100100 |
Color Harmonies of #096DB1
Complementary color
Monochromatic Colors of #096DB1
Black with #096DB1
Text Example
Text Example
White with #096DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DB1; }
p { color: rgb(9,109,177); }
H1.HeaderClassName
{
color: #096DB1;
}
.AnyTagClassName
{
color: #096DB1;
}
</style>
background-color css
<style>
a { background-color: #096DB1; }
a { background-color: rgb(9,109,177); }
div.DivClassName
{
background-color: #096DB1;
}
.BgClassName
{
background-color: #096DB1;
}
</style>
border-color css
<style>
span { border-color: #096DB1; }
span { border-color: rgb(9,109,177); }
td.TdClassName
{
border-color: #096DB1;
}
.TagClassName
{
border-color: #096DB1;
}
</style>