Shades of Cerulean #096793
Tints of Cerulean #096793
RGB
CMYK
RGB Variations
Color information
#096793 (or 0x096793) is known color: Cerulean. HEX triplet: 09, 67 and 93. RGB value is (9,103,147). Sum of RGB (Red+Green+Blue) = 9+103+147=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #096793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096793 is #F6986C. Grayscale: #4F4F4F. Windows color (decimal): -16160877 or 9660169. OLE color: 9660169.
HSL color Cylindrical-coordinate representation of color #096793: hue angle of 199.13º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096793 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 103 | 147 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.42 |
| HSL | 199.13º | 0.88% | 0.31% | - |
| HSV(B) | 199.13º | 0.94% | 0.58% | - |
| XYZ | 10.23 | 11.87 | 29.35 | - |
| YUV | 79.91 | 165.86 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 147 | 0.94 | 0.30 | 0 | 0.42 | 199.13 | 0.88 | 0.31 |
| Hex | 9 | 67 | 93 | 5E | 1E | 0 | 2A | C7 | 58 | 1F |
| Octal | 11 | 147 | 223 | 136 | 36 | 0 | 52 | 307 | 130 | 37 |
| Binary | 1001 | 1100111 | 10010011 | 1011110 | 11110 | 0 | 101010 | 11000111 | 1011000 | 11111 |
Color Harmonies of #096793
Complementary color
Monochromatic Colors of #096793
Black with #096793
Text Example
Text Example
White with #096793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096793; }
p { color: rgb(9,103,147); }
H1.HeaderClassName
{
color: #096793;
}
.AnyTagClassName
{
color: #096793;
}
</style>
background-color css
<style>
a { background-color: #096793; }
a { background-color: rgb(9,103,147); }
div.DivClassName
{
background-color: #096793;
}
.BgClassName
{
background-color: #096793;
}
</style>
border-color css
<style>
span { border-color: #096793; }
span { border-color: rgb(9,103,147); }
td.TdClassName
{
border-color: #096793;
}
.TagClassName
{
border-color: #096793;
}
</style>