Shades of Cerulean #097FB4
Tints of Cerulean #097FB4
RGB
CMYK
RGB Variations
Color information
#097FB4 (or 0x097FB4) is known color: Cerulean. HEX triplet: 09, 7F and B4. RGB value is (9,127,180). Sum of RGB (Red+Green+Blue) = 9+127+180=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #097FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FB4 is #F6804B. Grayscale: #616161. Windows color (decimal): -16154700 or 11829001. OLE color: 11829001.
HSL color Cylindrical-coordinate representation of color #097FB4: hue angle of 198.6º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097FB4 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 127 | 180 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.29 |
| HSL | 198.6º | 0.9% | 0.37% | - |
| HSV(B) | 198.6º | 0.95% | 0.71% | - |
| XYZ | 15.94 | 18.53 | 45.92 | - |
| YUV | 97.76 | 174.41 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 180 | 0.95 | 0.29 | 0 | 0.29 | 198.6 | 0.9 | 0.37 |
| Hex | 9 | 7F | B4 | 5F | 1D | 0 | 1D | C7 | 5A | 25 |
| Octal | 11 | 177 | 264 | 137 | 35 | 0 | 35 | 307 | 132 | 45 |
| Binary | 1001 | 1111111 | 10110100 | 1011111 | 11101 | 0 | 11101 | 11000111 | 1011010 | 100101 |
Color Harmonies of #097FB4
Complementary color
Monochromatic Colors of #097FB4
Black with #097FB4
Text Example
Text Example
White with #097FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FB4; }
p { color: rgb(9,127,180); }
H1.HeaderClassName
{
color: #097FB4;
}
.AnyTagClassName
{
color: #097FB4;
}
</style>
background-color css
<style>
a { background-color: #097FB4; }
a { background-color: rgb(9,127,180); }
div.DivClassName
{
background-color: #097FB4;
}
.BgClassName
{
background-color: #097FB4;
}
</style>
border-color css
<style>
span { border-color: #097FB4; }
span { border-color: rgb(9,127,180); }
td.TdClassName
{
border-color: #097FB4;
}
.TagClassName
{
border-color: #097FB4;
}
</style>