Shades of Cerulean #097CB9
Tints of Cerulean #097CB9
RGB
CMYK
RGB Variations
Color information
#097CB9 (or 0x097CB9) is known color: Cerulean. HEX triplet: 09, 7C and B9. RGB value is (9,124,185). Sum of RGB (Red+Green+Blue) = 9+124+185=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #097CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CB9 is #F68346. Grayscale: #606060. Windows color (decimal): -16155463 or 12155913. OLE color: 12155913.
HSL color Cylindrical-coordinate representation of color #097CB9: hue angle of 200.8º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097CB9 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 124 | 185 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.27 |
| HSL | 200.8º | 0.91% | 0.38% | - |
| HSV(B) | 200.8º | 0.95% | 0.73% | - |
| XYZ | 16.08 | 17.98 | 48.52 | - |
| YUV | 96.57 | 177.9 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 185 | 0.95 | 0.33 | 0 | 0.27 | 200.8 | 0.91 | 0.38 |
| Hex | 9 | 7C | B9 | 5F | 21 | 0 | 1B | C9 | 5B | 26 |
| Octal | 11 | 174 | 271 | 137 | 41 | 0 | 33 | 311 | 133 | 46 |
| Binary | 1001 | 1111100 | 10111001 | 1011111 | 100001 | 0 | 11011 | 11001001 | 1011011 | 100110 |
Color Harmonies of #097CB9
Complementary color
Monochromatic Colors of #097CB9
Black with #097CB9
Text Example
Text Example
White with #097CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CB9; }
p { color: rgb(9,124,185); }
H1.HeaderClassName
{
color: #097CB9;
}
.AnyTagClassName
{
color: #097CB9;
}
</style>
background-color css
<style>
a { background-color: #097CB9; }
a { background-color: rgb(9,124,185); }
div.DivClassName
{
background-color: #097CB9;
}
.BgClassName
{
background-color: #097CB9;
}
</style>
border-color css
<style>
span { border-color: #097CB9; }
span { border-color: rgb(9,124,185); }
td.TdClassName
{
border-color: #097CB9;
}
.TagClassName
{
border-color: #097CB9;
}
</style>