Shades of Cerulean #097CAA
Tints of Cerulean #097CAA
RGB
CMYK
RGB Variations
Color information
#097CAA (or 0x097CAA) is known color: Cerulean. HEX triplet: 09, 7C and AA. RGB value is (9,124,170). Sum of RGB (Red+Green+Blue) = 9+124+170=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #097CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097CAA is #F68355. Grayscale: #5E5E5E. Windows color (decimal): -16155478 or 11172873. OLE color: 11172873.
HSL color Cylindrical-coordinate representation of color #097CAA: hue angle of 197.14º 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 #097CAA is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 124 | 170 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.33 |
| HSL | 197.14º | 0.9% | 0.35% | - |
| HSV(B) | 197.14º | 0.95% | 0.67% | - |
| XYZ | 14.58 | 17.38 | 40.62 | - |
| YUV | 94.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 170 | 0.95 | 0.27 | 0 | 0.33 | 197.14 | 0.9 | 0.35 |
| Hex | 9 | 7C | AA | 5F | 1B | 0 | 21 | C5 | 5A | 23 |
| Octal | 11 | 174 | 252 | 137 | 33 | 0 | 41 | 305 | 132 | 43 |
| Binary | 1001 | 1111100 | 10101010 | 1011111 | 11011 | 0 | 100001 | 11000101 | 1011010 | 100011 |
Color Harmonies of #097CAA
Complementary color
Monochromatic Colors of #097CAA
Black with #097CAA
Text Example
Text Example
White with #097CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CAA; }
p { color: rgb(9,124,170); }
H1.HeaderClassName
{
color: #097CAA;
}
.AnyTagClassName
{
color: #097CAA;
}
</style>
background-color css
<style>
a { background-color: #097CAA; }
a { background-color: rgb(9,124,170); }
div.DivClassName
{
background-color: #097CAA;
}
.BgClassName
{
background-color: #097CAA;
}
</style>
border-color css
<style>
span { border-color: #097CAA; }
span { border-color: rgb(9,124,170); }
td.TdClassName
{
border-color: #097CAA;
}
.TagClassName
{
border-color: #097CAA;
}
</style>