Shades of Cerulean #096DAD
Tints of Cerulean #096DAD
RGB
CMYK
RGB Variations
Color information
#096DAD (or 0x096DAD) is known color: Cerulean. HEX triplet: 09, 6D and AD. RGB value is (9,109,173). Sum of RGB (Red+Green+Blue) = 9+109+173=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #096DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096DAD is #F69252. Grayscale: #565656. Windows color (decimal): -16159315 or 11365641. OLE color: 11365641.
HSL color Cylindrical-coordinate representation of color #096DAD: hue angle of 203.41º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DAD is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 109 | 173 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.32 |
| HSL | 203.41º | 0.9% | 0.36% | - |
| HSV(B) | 203.41º | 0.95% | 0.68% | - |
| XYZ | 13.12 | 14.01 | 41.55 | - |
| YUV | 86.4 | 176.87 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 173 | 0.95 | 0.37 | 0 | 0.32 | 203.41 | 0.9 | 0.36 |
| Hex | 9 | 6D | AD | 5F | 25 | 0 | 20 | CB | 5A | 24 |
| Octal | 11 | 155 | 255 | 137 | 45 | 0 | 40 | 313 | 132 | 44 |
| Binary | 1001 | 1101101 | 10101101 | 1011111 | 100101 | 0 | 100000 | 11001011 | 1011010 | 100100 |
Color Harmonies of #096DAD
Complementary color
Monochromatic Colors of #096DAD
Black with #096DAD
Text Example
Text Example
White with #096DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DAD; }
p { color: rgb(9,109,173); }
H1.HeaderClassName
{
color: #096DAD;
}
.AnyTagClassName
{
color: #096DAD;
}
</style>
background-color css
<style>
a { background-color: #096DAD; }
a { background-color: rgb(9,109,173); }
div.DivClassName
{
background-color: #096DAD;
}
.BgClassName
{
background-color: #096DAD;
}
</style>
border-color css
<style>
span { border-color: #096DAD; }
span { border-color: rgb(9,109,173); }
td.TdClassName
{
border-color: #096DAD;
}
.TagClassName
{
border-color: #096DAD;
}
</style>