Shades of Cerulean #097BAC
Tints of Cerulean #097BAC
RGB
CMYK
RGB Variations
Color information
#097BAC (or 0x097BAC) is known color: Cerulean. HEX triplet: 09, 7B and AC. RGB value is (9,123,172). Sum of RGB (Red+Green+Blue) = 9+123+172=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #097BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097BAC is #F68453. Grayscale: #5E5E5E. Windows color (decimal): -16155732 or 11303689. OLE color: 11303689.
HSL color Cylindrical-coordinate representation of color #097BAC: hue angle of 198.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097BAC is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 123 | 172 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.33 |
| HSL | 198.04º | 0.9% | 0.35% | - |
| HSV(B) | 198.04º | 0.95% | 0.67% | - |
| XYZ | 14.64 | 17.2 | 41.58 | - |
| YUV | 94.5 | 171.73 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 172 | 0.95 | 0.28 | 0 | 0.33 | 198.04 | 0.9 | 0.35 |
| Hex | 9 | 7B | AC | 5F | 1C | 0 | 21 | C6 | 5A | 23 |
| Octal | 11 | 173 | 254 | 137 | 34 | 0 | 41 | 306 | 132 | 43 |
| Binary | 1001 | 1111011 | 10101100 | 1011111 | 11100 | 0 | 100001 | 11000110 | 1011010 | 100011 |
Color Harmonies of #097BAC
Complementary color
Monochromatic Colors of #097BAC
Black with #097BAC
Text Example
Text Example
White with #097BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BAC; }
p { color: rgb(9,123,172); }
H1.HeaderClassName
{
color: #097BAC;
}
.AnyTagClassName
{
color: #097BAC;
}
</style>
background-color css
<style>
a { background-color: #097BAC; }
a { background-color: rgb(9,123,172); }
div.DivClassName
{
background-color: #097BAC;
}
.BgClassName
{
background-color: #097BAC;
}
</style>
border-color css
<style>
span { border-color: #097BAC; }
span { border-color: rgb(9,123,172); }
td.TdClassName
{
border-color: #097BAC;
}
.TagClassName
{
border-color: #097BAC;
}
</style>