Shades of Cerulean #097AAA
Tints of Cerulean #097AAA
RGB
CMYK
RGB Variations
Color information
#097AAA (or 0x097AAA) is known color: Cerulean. HEX triplet: 09, 7A and AA. RGB value is (9,122,170). Sum of RGB (Red+Green+Blue) = 9+122+170=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #097AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097AAA is #F68555. Grayscale: #5D5D5D. Windows color (decimal): -16155990 or 11172361. OLE color: 11172361.
HSL color Cylindrical-coordinate representation of color #097AAA: hue angle of 197.89º 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 #097AAA is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 122 | 170 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.33 |
| HSL | 197.89º | 0.9% | 0.35% | - |
| HSV(B) | 197.89º | 0.95% | 0.67% | - |
| XYZ | 14.33 | 16.88 | 40.53 | - |
| YUV | 93.69 | 171.06 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 170 | 0.95 | 0.28 | 0 | 0.33 | 197.89 | 0.9 | 0.35 |
| Hex | 9 | 7A | AA | 5F | 1C | 0 | 21 | C6 | 5A | 23 |
| Octal | 11 | 172 | 252 | 137 | 34 | 0 | 41 | 306 | 132 | 43 |
| Binary | 1001 | 1111010 | 10101010 | 1011111 | 11100 | 0 | 100001 | 11000110 | 1011010 | 100011 |
Color Harmonies of #097AAA
Complementary color
Monochromatic Colors of #097AAA
Black with #097AAA
Text Example
Text Example
White with #097AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AAA; }
p { color: rgb(9,122,170); }
H1.HeaderClassName
{
color: #097AAA;
}
.AnyTagClassName
{
color: #097AAA;
}
</style>
background-color css
<style>
a { background-color: #097AAA; }
a { background-color: rgb(9,122,170); }
div.DivClassName
{
background-color: #097AAA;
}
.BgClassName
{
background-color: #097AAA;
}
</style>
border-color css
<style>
span { border-color: #097AAA; }
span { border-color: rgb(9,122,170); }
td.TdClassName
{
border-color: #097AAA;
}
.TagClassName
{
border-color: #097AAA;
}
</style>