Shades of Cerulean #097AAC
Tints of Cerulean #097AAC
RGB
CMYK
RGB Variations
Color information
#097AAC (or 0x097AAC) is known color: Cerulean. HEX triplet: 09, 7A and AC. RGB value is (9,122,172). Sum of RGB (Red+Green+Blue) = 9+122+172=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #097AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097AAC is #F68553. Grayscale: #5D5D5D. Windows color (decimal): -16155988 or 11303433. OLE color: 11303433.
HSL color Cylindrical-coordinate representation of color #097AAC: hue angle of 198.4º 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 #097AAC is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 9 | 122 | 172 | - |
CMYK | 0.95 | 0.29 | 0 | 0.33 |
HSL | 198.4º | 0.9% | 0.35% | - |
HSV(B) | 198.4º | 0.95% | 0.67% | - |
XYZ | 14.52 | 16.96 | 41.54 | - |
YUV | 93.91 | 172.06 | 67.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 122 | 172 | 0.95 | 0.29 | 0 | 0.33 | 198.4 | 0.9 | 0.35 |
Hex | 9 | 7A | AC | 5F | 1D | 0 | 21 | C6 | 5A | 23 |
Octal | 11 | 172 | 254 | 137 | 35 | 0 | 41 | 306 | 132 | 43 |
Binary | 1001 | 1111010 | 10101100 | 1011111 | 11101 | 0 | 100001 | 11000110 | 1011010 | 100011 |
Color Harmonies of #097AAC
Complementary color
Monochromatic Colors of #097AAC
Black with #097AAC
Text Example
Text Example
White with #097AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AAC; }
p { color: rgb(9,122,172); }
H1.HeaderClassName
{
color: #097AAC;
}
.AnyTagClassName
{
color: #097AAC;
}
</style>
background-color css
<style>
a { background-color: #097AAC; }
a { background-color: rgb(9,122,172); }
div.DivClassName
{
background-color: #097AAC;
}
.BgClassName
{
background-color: #097AAC;
}
</style>
border-color css
<style>
span { border-color: #097AAC; }
span { border-color: rgb(9,122,172); }
td.TdClassName
{
border-color: #097AAC;
}
.TagClassName
{
border-color: #097AAC;
}
</style>