Shades of Cerulean #097CAC
Tints of Cerulean #097CAC
RGB
CMYK
RGB Variations
Color information
#097CAC (or 0x097CAC) is known color: Cerulean. HEX triplet: 09, 7C and AC. RGB value is (9,124,172). Sum of RGB (Red+Green+Blue) = 9+124+172=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #097CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097CAC is #F68353. Grayscale: #5E5E5E. Windows color (decimal): -16155476 or 11303945. OLE color: 11303945.
HSL color Cylindrical-coordinate representation of color #097CAC: hue angle of 197.67º 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 #097CAC is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 124 | 172 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.33 |
| HSL | 197.67º | 0.9% | 0.35% | - |
| HSV(B) | 197.67º | 0.95% | 0.67% | - |
| XYZ | 14.77 | 17.45 | 41.62 | - |
| YUV | 95.09 | 171.4 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 172 | 0.95 | 0.28 | 0 | 0.33 | 197.67 | 0.9 | 0.35 |
| Hex | 9 | 7C | AC | 5F | 1C | 0 | 21 | C6 | 5A | 23 |
| Octal | 11 | 174 | 254 | 137 | 34 | 0 | 41 | 306 | 132 | 43 |
| Binary | 1001 | 1111100 | 10101100 | 1011111 | 11100 | 0 | 100001 | 11000110 | 1011010 | 100011 |
Color Harmonies of #097CAC
Complementary color
Monochromatic Colors of #097CAC
Black with #097CAC
Text Example
Text Example
White with #097CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CAC; }
p { color: rgb(9,124,172); }
H1.HeaderClassName
{
color: #097CAC;
}
.AnyTagClassName
{
color: #097CAC;
}
</style>
background-color css
<style>
a { background-color: #097CAC; }
a { background-color: rgb(9,124,172); }
div.DivClassName
{
background-color: #097CAC;
}
.BgClassName
{
background-color: #097CAC;
}
</style>
border-color css
<style>
span { border-color: #097CAC; }
span { border-color: rgb(9,124,172); }
td.TdClassName
{
border-color: #097CAC;
}
.TagClassName
{
border-color: #097CAC;
}
</style>