Shades of Cerulean #097FBA
Tints of Cerulean #097FBA
RGB
CMYK
RGB Variations
Color information
#097FBA (or 0x097FBA) is known color: Cerulean. HEX triplet: 09, 7F and BA. RGB value is (9,127,186). Sum of RGB (Red+Green+Blue) = 9+127+186=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #097FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FBA is #F68045. Grayscale: #626262. Windows color (decimal): -16154694 or 12222217. OLE color: 12222217.
HSL color Cylindrical-coordinate representation of color #097FBA: hue angle of 200º 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 #097FBA is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 127 | 186 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.27 |
| HSL | 200º | 0.91% | 0.38% | - |
| HSV(B) | 200º | 0.95% | 0.73% | - |
| XYZ | 16.56 | 18.78 | 49.21 | - |
| YUV | 98.44 | 177.41 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 186 | 0.95 | 0.32 | 0 | 0.27 | 200 | 0.91 | 0.38 |
| Hex | 9 | 7F | BA | 5F | 20 | 0 | 1B | C8 | 5B | 26 |
| Octal | 11 | 177 | 272 | 137 | 40 | 0 | 33 | 310 | 133 | 46 |
| Binary | 1001 | 1111111 | 10111010 | 1011111 | 100000 | 0 | 11011 | 11001000 | 1011011 | 100110 |
Color Harmonies of #097FBA
Complementary color
Monochromatic Colors of #097FBA
Black with #097FBA
Text Example
Text Example
White with #097FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FBA; }
p { color: rgb(9,127,186); }
H1.HeaderClassName
{
color: #097FBA;
}
.AnyTagClassName
{
color: #097FBA;
}
</style>
background-color css
<style>
a { background-color: #097FBA; }
a { background-color: rgb(9,127,186); }
div.DivClassName
{
background-color: #097FBA;
}
.BgClassName
{
background-color: #097FBA;
}
</style>
border-color css
<style>
span { border-color: #097FBA; }
span { border-color: rgb(9,127,186); }
td.TdClassName
{
border-color: #097FBA;
}
.TagClassName
{
border-color: #097FBA;
}
</style>