Shades of Cerulean #097ABB
Tints of Cerulean #097ABB
RGB
CMYK
RGB Variations
Color information
#097ABB (or 0x097ABB) is known color: Cerulean. HEX triplet: 09, 7A and BB. RGB value is (9,122,187). Sum of RGB (Red+Green+Blue) = 9+122+187=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #097ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ABB is #F68544. Grayscale: #5F5F5F. Windows color (decimal): -16155973 or 12286473. OLE color: 12286473.
HSL color Cylindrical-coordinate representation of color #097ABB: hue angle of 201.91º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097ABB is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 122 | 187 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.27 |
| HSL | 201.91º | 0.91% | 0.38% | - |
| HSV(B) | 201.91º | 0.95% | 0.73% | - |
| XYZ | 16.04 | 17.57 | 49.56 | - |
| YUV | 95.62 | 179.56 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 187 | 0.95 | 0.35 | 0 | 0.27 | 201.91 | 0.91 | 0.38 |
| Hex | 9 | 7A | BB | 5F | 23 | 0 | 1B | CA | 5B | 26 |
| Octal | 11 | 172 | 273 | 137 | 43 | 0 | 33 | 312 | 133 | 46 |
| Binary | 1001 | 1111010 | 10111011 | 1011111 | 100011 | 0 | 11011 | 11001010 | 1011011 | 100110 |
Color Harmonies of #097ABB
Complementary color
Monochromatic Colors of #097ABB
Black with #097ABB
Text Example
Text Example
White with #097ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097ABB; }
p { color: rgb(9,122,187); }
H1.HeaderClassName
{
color: #097ABB;
}
.AnyTagClassName
{
color: #097ABB;
}
</style>
background-color css
<style>
a { background-color: #097ABB; }
a { background-color: rgb(9,122,187); }
div.DivClassName
{
background-color: #097ABB;
}
.BgClassName
{
background-color: #097ABB;
}
</style>
border-color css
<style>
span { border-color: #097ABB; }
span { border-color: rgb(9,122,187); }
td.TdClassName
{
border-color: #097ABB;
}
.TagClassName
{
border-color: #097ABB;
}
</style>