Shades of Cerulean #097BAF
Tints of Cerulean #097BAF
RGB
CMYK
RGB Variations
Color information
#097BAF (or 0x097BAF) is known color: Cerulean. HEX triplet: 09, 7B and AF. RGB value is (9,123,175). Sum of RGB (Red+Green+Blue) = 9+123+175=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #097BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097BAF is #F68450. Grayscale: #5E5E5E. Windows color (decimal): -16155729 or 11500297. OLE color: 11500297.
HSL color Cylindrical-coordinate representation of color #097BAF: hue angle of 198.8º 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 #097BAF is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 123 | 175 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.31 |
| HSL | 198.8º | 0.9% | 0.36% | - |
| HSV(B) | 198.8º | 0.95% | 0.69% | - |
| XYZ | 14.93 | 17.32 | 43.11 | - |
| YUV | 94.84 | 173.23 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 175 | 0.95 | 0.30 | 0 | 0.31 | 198.8 | 0.9 | 0.36 |
| Hex | 9 | 7B | AF | 5F | 1E | 0 | 1F | C7 | 5A | 24 |
| Octal | 11 | 173 | 257 | 137 | 36 | 0 | 37 | 307 | 132 | 44 |
| Binary | 1001 | 1111011 | 10101111 | 1011111 | 11110 | 0 | 11111 | 11000111 | 1011010 | 100100 |
Color Harmonies of #097BAF
Complementary color
Monochromatic Colors of #097BAF
Black with #097BAF
Text Example
Text Example
White with #097BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BAF; }
p { color: rgb(9,123,175); }
H1.HeaderClassName
{
color: #097BAF;
}
.AnyTagClassName
{
color: #097BAF;
}
</style>
background-color css
<style>
a { background-color: #097BAF; }
a { background-color: rgb(9,123,175); }
div.DivClassName
{
background-color: #097BAF;
}
.BgClassName
{
background-color: #097BAF;
}
</style>
border-color css
<style>
span { border-color: #097BAF; }
span { border-color: rgb(9,123,175); }
td.TdClassName
{
border-color: #097BAF;
}
.TagClassName
{
border-color: #097BAF;
}
</style>