Shades of Cerulean #096BA7
Tints of Cerulean #096BA7
RGB
CMYK
RGB Variations
Color information
#096BA7 (or 0x096BA7) is known color: Cerulean. HEX triplet: 09, 6B and A7. RGB value is (9,107,167). Sum of RGB (Red+Green+Blue) = 9+107+167=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 167 (65.62% from 255 or 59.01% from 283); Max value from RGB is 167 - color contains mainly: blue. Hex color #096BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096BA7 is #F69458. Grayscale: #545454. Windows color (decimal): -16159833 or 10971913. OLE color: 10971913.
HSL color Cylindrical-coordinate representation of color #096BA7: hue angle of 202.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096BA7 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 107 | 167 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.35 |
| HSL | 202.78º | 0.9% | 0.35% | - |
| HSV(B) | 202.78º | 0.95% | 0.65% | - |
| XYZ | 12.35 | 13.36 | 38.49 | - |
| YUV | 84.54 | 174.53 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 167 | 0.95 | 0.36 | 0 | 0.35 | 202.78 | 0.9 | 0.35 |
| Hex | 9 | 6B | A7 | 5F | 24 | 0 | 23 | CB | 5A | 23 |
| Octal | 11 | 153 | 247 | 137 | 44 | 0 | 43 | 313 | 132 | 43 |
| Binary | 1001 | 1101011 | 10100111 | 1011111 | 100100 | 0 | 100011 | 11001011 | 1011010 | 100011 |
Color Harmonies of #096BA7
Complementary color
Monochromatic Colors of #096BA7
Black with #096BA7
Text Example
Text Example
White with #096BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BA7; }
p { color: rgb(9,107,167); }
H1.HeaderClassName
{
color: #096BA7;
}
.AnyTagClassName
{
color: #096BA7;
}
</style>
background-color css
<style>
a { background-color: #096BA7; }
a { background-color: rgb(9,107,167); }
div.DivClassName
{
background-color: #096BA7;
}
.BgClassName
{
background-color: #096BA7;
}
</style>
border-color css
<style>
span { border-color: #096BA7; }
span { border-color: rgb(9,107,167); }
td.TdClassName
{
border-color: #096BA7;
}
.TagClassName
{
border-color: #096BA7;
}
</style>