Shades of Cerulean #097CBB
Tints of Cerulean #097CBB
RGB
CMYK
RGB Variations
Color information
#097CBB (or 0x097CBB) is known color: Cerulean. HEX triplet: 09, 7C and BB. RGB value is (9,124,187). Sum of RGB (Red+Green+Blue) = 9+124+187=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #097CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CBB is #F68344. Grayscale: #606060. Windows color (decimal): -16155461 or 12286985. OLE color: 12286985.
HSL color Cylindrical-coordinate representation of color #097CBB: hue angle of 201.24º 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 #097CBB is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 124 | 187 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.27 |
| HSL | 201.24º | 0.91% | 0.38% | - |
| HSV(B) | 201.24º | 0.95% | 0.73% | - |
| XYZ | 16.29 | 18.06 | 49.64 | - |
| YUV | 96.8 | 178.9 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 187 | 0.95 | 0.34 | 0 | 0.27 | 201.24 | 0.91 | 0.38 |
| Hex | 9 | 7C | BB | 5F | 22 | 0 | 1B | C9 | 5B | 26 |
| Octal | 11 | 174 | 273 | 137 | 42 | 0 | 33 | 311 | 133 | 46 |
| Binary | 1001 | 1111100 | 10111011 | 1011111 | 100010 | 0 | 11011 | 11001001 | 1011011 | 100110 |
Color Harmonies of #097CBB
Complementary color
Monochromatic Colors of #097CBB
Black with #097CBB
Text Example
Text Example
White with #097CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CBB; }
p { color: rgb(9,124,187); }
H1.HeaderClassName
{
color: #097CBB;
}
.AnyTagClassName
{
color: #097CBB;
}
</style>
background-color css
<style>
a { background-color: #097CBB; }
a { background-color: rgb(9,124,187); }
div.DivClassName
{
background-color: #097CBB;
}
.BgClassName
{
background-color: #097CBB;
}
</style>
border-color css
<style>
span { border-color: #097CBB; }
span { border-color: rgb(9,124,187); }
td.TdClassName
{
border-color: #097CBB;
}
.TagClassName
{
border-color: #097CBB;
}
</style>