Shades of Cerulean #097CB8
Tints of Cerulean #097CB8
RGB
CMYK
RGB Variations
Color information
#097CB8 (or 0x097CB8) is known color: Cerulean. HEX triplet: 09, 7C and B8. RGB value is (9,124,184). Sum of RGB (Red+Green+Blue) = 9+124+184=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 184 (72.27% from 255 or 58.04% from 317); Max value from RGB is 184 - color contains mainly: blue. Hex color #097CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CB8 is #F68347. Grayscale: #606060. Windows color (decimal): -16155464 or 12090377. OLE color: 12090377.
HSL color Cylindrical-coordinate representation of color #097CB8: hue angle of 200.57º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097CB8 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 124 | 184 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.28 |
| HSL | 200.57º | 0.91% | 0.38% | - |
| HSV(B) | 200.57º | 0.95% | 0.72% | - |
| XYZ | 15.97 | 17.93 | 47.97 | - |
| YUV | 96.46 | 177.4 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 184 | 0.95 | 0.33 | 0 | 0.28 | 200.57 | 0.91 | 0.38 |
| Hex | 9 | 7C | B8 | 5F | 21 | 0 | 1C | C9 | 5B | 26 |
| Octal | 11 | 174 | 270 | 137 | 41 | 0 | 34 | 311 | 133 | 46 |
| Binary | 1001 | 1111100 | 10111000 | 1011111 | 100001 | 0 | 11100 | 11001001 | 1011011 | 100110 |
Color Harmonies of #097CB8
Complementary color
Monochromatic Colors of #097CB8
Black with #097CB8
Text Example
Text Example
White with #097CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CB8; }
p { color: rgb(9,124,184); }
H1.HeaderClassName
{
color: #097CB8;
}
.AnyTagClassName
{
color: #097CB8;
}
</style>
background-color css
<style>
a { background-color: #097CB8; }
a { background-color: rgb(9,124,184); }
div.DivClassName
{
background-color: #097CB8;
}
.BgClassName
{
background-color: #097CB8;
}
</style>
border-color css
<style>
span { border-color: #097CB8; }
span { border-color: rgb(9,124,184); }
td.TdClassName
{
border-color: #097CB8;
}
.TagClassName
{
border-color: #097CB8;
}
</style>