Shades of Cerulean #097BAE
Tints of Cerulean #097BAE
RGB
CMYK
RGB Variations
Color information
#097BAE (or 0x097BAE) is known color: Cerulean. HEX triplet: 09, 7B and AE. RGB value is (9,123,174). Sum of RGB (Red+Green+Blue) = 9+123+174=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #097BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097BAE is #F68451. Grayscale: #5E5E5E. Windows color (decimal): -16155730 or 11434761. OLE color: 11434761.
HSL color Cylindrical-coordinate representation of color #097BAE: hue angle of 198.55º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097BAE is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 123 | 174 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.32 |
| HSL | 198.55º | 0.9% | 0.36% | - |
| HSV(B) | 198.55º | 0.95% | 0.68% | - |
| XYZ | 14.84 | 17.28 | 42.6 | - |
| YUV | 94.73 | 172.73 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 174 | 0.95 | 0.29 | 0 | 0.32 | 198.55 | 0.9 | 0.36 |
| Hex | 9 | 7B | AE | 5F | 1D | 0 | 20 | C7 | 5A | 24 |
| Octal | 11 | 173 | 256 | 137 | 35 | 0 | 40 | 307 | 132 | 44 |
| Binary | 1001 | 1111011 | 10101110 | 1011111 | 11101 | 0 | 100000 | 11000111 | 1011010 | 100100 |
Color Harmonies of #097BAE
Complementary color
Monochromatic Colors of #097BAE
Black with #097BAE
Text Example
Text Example
White with #097BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BAE; }
p { color: rgb(9,123,174); }
H1.HeaderClassName
{
color: #097BAE;
}
.AnyTagClassName
{
color: #097BAE;
}
</style>
background-color css
<style>
a { background-color: #097BAE; }
a { background-color: rgb(9,123,174); }
div.DivClassName
{
background-color: #097BAE;
}
.BgClassName
{
background-color: #097BAE;
}
</style>
border-color css
<style>
span { border-color: #097BAE; }
span { border-color: rgb(9,123,174); }
td.TdClassName
{
border-color: #097BAE;
}
.TagClassName
{
border-color: #097BAE;
}
</style>