Shades of Cerulean #097093
Tints of Cerulean #097093
RGB
CMYK
RGB Variations
Color information
#097093 (or 0x097093) is known color: Cerulean. HEX triplet: 09, 70 and 93. RGB value is (9,112,147). Sum of RGB (Red+Green+Blue) = 9+112+147=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #097093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097093 is #F68F6C. Grayscale: #545454. Windows color (decimal): -16158573 or 9662473. OLE color: 9662473.
HSL color Cylindrical-coordinate representation of color #097093: hue angle of 195.22º 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 #097093 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 112 | 147 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.42 |
| HSL | 195.22º | 0.88% | 0.31% | - |
| HSV(B) | 195.22º | 0.94% | 0.58% | - |
| XYZ | 11.17 | 13.75 | 29.67 | - |
| YUV | 85.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 147 | 0.94 | 0.24 | 0 | 0.42 | 195.22 | 0.88 | 0.31 |
| Hex | 9 | 70 | 93 | 5E | 18 | 0 | 2A | C3 | 58 | 1F |
| Octal | 11 | 160 | 223 | 136 | 30 | 0 | 52 | 303 | 130 | 37 |
| Binary | 1001 | 1110000 | 10010011 | 1011110 | 11000 | 0 | 101010 | 11000011 | 1011000 | 11111 |
Color Harmonies of #097093
Complementary color
Monochromatic Colors of #097093
Black with #097093
Text Example
Text Example
White with #097093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097093; }
p { color: rgb(9,112,147); }
H1.HeaderClassName
{
color: #097093;
}
.AnyTagClassName
{
color: #097093;
}
</style>
background-color css
<style>
a { background-color: #097093; }
a { background-color: rgb(9,112,147); }
div.DivClassName
{
background-color: #097093;
}
.BgClassName
{
background-color: #097093;
}
</style>
border-color css
<style>
span { border-color: #097093; }
span { border-color: rgb(9,112,147); }
td.TdClassName
{
border-color: #097093;
}
.TagClassName
{
border-color: #097093;
}
</style>