Shades of Cerulean #097290
Tints of Cerulean #097290
RGB
CMYK
RGB Variations
Color information
#097290 (or 0x097290) is known color: Cerulean. HEX triplet: 09, 72 and 90. RGB value is (9,114,144). Sum of RGB (Red+Green+Blue) = 9+114+144=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #097290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097290 is #F68D6F. Grayscale: #555555. Windows color (decimal): -16158064 or 9466377. OLE color: 9466377.
HSL color Cylindrical-coordinate representation of color #097290: hue angle of 193.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097290 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 114 | 144 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.44 |
| HSL | 193.33º | 0.88% | 0.3% | - |
| HSV(B) | 193.33º | 0.94% | 0.56% | - |
| XYZ | 11.16 | 14.11 | 28.52 | - |
| YUV | 86.03 | 160.71 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 144 | 0.94 | 0.21 | 0 | 0.44 | 193.33 | 0.88 | 0.3 |
| Hex | 9 | 72 | 90 | 5E | 15 | 0 | 2C | C1 | 58 | 1E |
| Octal | 11 | 162 | 220 | 136 | 25 | 0 | 54 | 301 | 130 | 36 |
| Binary | 1001 | 1110010 | 10010000 | 1011110 | 10101 | 0 | 101100 | 11000001 | 1011000 | 11110 |
Color Harmonies of #097290
Complementary color
Monochromatic Colors of #097290
Black with #097290
Text Example
Text Example
White with #097290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097290; }
p { color: rgb(9,114,144); }
H1.HeaderClassName
{
color: #097290;
}
.AnyTagClassName
{
color: #097290;
}
</style>
background-color css
<style>
a { background-color: #097290; }
a { background-color: rgb(9,114,144); }
div.DivClassName
{
background-color: #097290;
}
.BgClassName
{
background-color: #097290;
}
</style>
border-color css
<style>
span { border-color: #097290; }
span { border-color: rgb(9,114,144); }
td.TdClassName
{
border-color: #097290;
}
.TagClassName
{
border-color: #097290;
}
</style>