Shades of Cerulean #097FAC
Tints of Cerulean #097FAC
RGB
CMYK
RGB Variations
Color information
#097FAC (or 0x097FAC) is known color: Cerulean. HEX triplet: 09, 7F and AC. RGB value is (9,127,172). Sum of RGB (Red+Green+Blue) = 9+127+172=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #097FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097FAC is #F68053. Grayscale: #606060. Windows color (decimal): -16154708 or 11304713. OLE color: 11304713.
HSL color Cylindrical-coordinate representation of color #097FAC: hue angle of 196.56º 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 #097FAC is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 127 | 172 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.33 |
| HSL | 196.56º | 0.9% | 0.35% | - |
| HSV(B) | 196.56º | 0.95% | 0.67% | - |
| XYZ | 15.15 | 18.22 | 41.75 | - |
| YUV | 96.85 | 170.41 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 172 | 0.95 | 0.26 | 0 | 0.33 | 196.56 | 0.9 | 0.35 |
| Hex | 9 | 7F | AC | 5F | 1A | 0 | 21 | C5 | 5A | 23 |
| Octal | 11 | 177 | 254 | 137 | 32 | 0 | 41 | 305 | 132 | 43 |
| Binary | 1001 | 1111111 | 10101100 | 1011111 | 11010 | 0 | 100001 | 11000101 | 1011010 | 100011 |
Color Harmonies of #097FAC
Complementary color
Monochromatic Colors of #097FAC
Black with #097FAC
Text Example
Text Example
White with #097FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FAC; }
p { color: rgb(9,127,172); }
H1.HeaderClassName
{
color: #097FAC;
}
.AnyTagClassName
{
color: #097FAC;
}
</style>
background-color css
<style>
a { background-color: #097FAC; }
a { background-color: rgb(9,127,172); }
div.DivClassName
{
background-color: #097FAC;
}
.BgClassName
{
background-color: #097FAC;
}
</style>
border-color css
<style>
span { border-color: #097FAC; }
span { border-color: rgb(9,127,172); }
td.TdClassName
{
border-color: #097FAC;
}
.TagClassName
{
border-color: #097FAC;
}
</style>