Shades of Cerulean #097CA1
Tints of Cerulean #097CA1
RGB
CMYK
RGB Variations
Color information
#097CA1 (or 0x097CA1) is known color: Cerulean. HEX triplet: 09, 7C and A1. RGB value is (9,124,161). Sum of RGB (Red+Green+Blue) = 9+124+161=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 161 (63.28% from 255 or 54.76% from 294); Max value from RGB is 161 - color contains mainly: blue. Hex color #097CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097CA1 is #F6835E. Grayscale: #5D5D5D. Windows color (decimal): -16155487 or 10583049. OLE color: 10583049.
HSL color Cylindrical-coordinate representation of color #097CA1: hue angle of 194.61º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097CA1 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 124 | 161 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.37 |
| HSL | 194.61º | 0.89% | 0.33% | - |
| HSV(B) | 194.61º | 0.94% | 0.63% | - |
| XYZ | 13.75 | 17.05 | 36.28 | - |
| YUV | 93.83 | 165.9 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 161 | 0.94 | 0.23 | 0 | 0.37 | 194.61 | 0.89 | 0.33 |
| Hex | 9 | 7C | A1 | 5E | 17 | 0 | 25 | C3 | 59 | 21 |
| Octal | 11 | 174 | 241 | 136 | 27 | 0 | 45 | 303 | 131 | 41 |
| Binary | 1001 | 1111100 | 10100001 | 1011110 | 10111 | 0 | 100101 | 11000011 | 1011001 | 100001 |
Color Harmonies of #097CA1
Complementary color
Monochromatic Colors of #097CA1
Black with #097CA1
Text Example
Text Example
White with #097CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CA1; }
p { color: rgb(9,124,161); }
H1.HeaderClassName
{
color: #097CA1;
}
.AnyTagClassName
{
color: #097CA1;
}
</style>
background-color css
<style>
a { background-color: #097CA1; }
a { background-color: rgb(9,124,161); }
div.DivClassName
{
background-color: #097CA1;
}
.BgClassName
{
background-color: #097CA1;
}
</style>
border-color css
<style>
span { border-color: #097CA1; }
span { border-color: rgb(9,124,161); }
td.TdClassName
{
border-color: #097CA1;
}
.TagClassName
{
border-color: #097CA1;
}
</style>