Shades of Cerulean #097AAF
Tints of Cerulean #097AAF
RGB
CMYK
RGB Variations
Color information
#097AAF (or 0x097AAF) is known color: Cerulean. HEX triplet: 09, 7A and AF. RGB value is (9,122,175). Sum of RGB (Red+Green+Blue) = 9+122+175=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #097AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097AAF is #F68550. Grayscale: #5D5D5D. Windows color (decimal): -16155985 or 11500041. OLE color: 11500041.
HSL color Cylindrical-coordinate representation of color #097AAF: hue angle of 199.16º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097AAF is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 122 | 175 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.31 |
| HSL | 199.16º | 0.9% | 0.36% | - |
| HSV(B) | 199.16º | 0.95% | 0.69% | - |
| XYZ | 14.81 | 17.07 | 43.07 | - |
| YUV | 94.26 | 173.56 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 175 | 0.95 | 0.30 | 0 | 0.31 | 199.16 | 0.9 | 0.36 |
| Hex | 9 | 7A | AF | 5F | 1E | 0 | 1F | C7 | 5A | 24 |
| Octal | 11 | 172 | 257 | 137 | 36 | 0 | 37 | 307 | 132 | 44 |
| Binary | 1001 | 1111010 | 10101111 | 1011111 | 11110 | 0 | 11111 | 11000111 | 1011010 | 100100 |
Color Harmonies of #097AAF
Complementary color
Monochromatic Colors of #097AAF
Black with #097AAF
Text Example
Text Example
White with #097AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AAF; }
p { color: rgb(9,122,175); }
H1.HeaderClassName
{
color: #097AAF;
}
.AnyTagClassName
{
color: #097AAF;
}
</style>
background-color css
<style>
a { background-color: #097AAF; }
a { background-color: rgb(9,122,175); }
div.DivClassName
{
background-color: #097AAF;
}
.BgClassName
{
background-color: #097AAF;
}
</style>
border-color css
<style>
span { border-color: #097AAF; }
span { border-color: rgb(9,122,175); }
td.TdClassName
{
border-color: #097AAF;
}
.TagClassName
{
border-color: #097AAF;
}
</style>