Shades of Cerulean #097DB2
Tints of Cerulean #097DB2
RGB
CMYK
RGB Variations
Color information
#097DB2 (or 0x097DB2) is known color: Cerulean. HEX triplet: 09, 7D and B2. RGB value is (9,125,178). Sum of RGB (Red+Green+Blue) = 9+125+178=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #097DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097DB2 is #F6824D. Grayscale: #606060. Windows color (decimal): -16155214 or 11697417. OLE color: 11697417.
HSL color Cylindrical-coordinate representation of color #097DB2: hue angle of 198.82º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097DB2 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 125 | 178 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.30 |
| HSL | 198.82º | 0.9% | 0.37% | - |
| HSV(B) | 198.82º | 0.95% | 0.7% | - |
| XYZ | 15.48 | 17.94 | 44.77 | - |
| YUV | 96.36 | 174.07 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 178 | 0.95 | 0.30 | 0 | 0.30 | 198.82 | 0.9 | 0.37 |
| Hex | 9 | 7D | B2 | 5F | 1E | 0 | 1E | C7 | 5A | 25 |
| Octal | 11 | 175 | 262 | 137 | 36 | 0 | 36 | 307 | 132 | 45 |
| Binary | 1001 | 1111101 | 10110010 | 1011111 | 11110 | 0 | 11110 | 11000111 | 1011010 | 100101 |
Color Harmonies of #097DB2
Complementary color
Monochromatic Colors of #097DB2
Black with #097DB2
Text Example
Text Example
White with #097DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DB2; }
p { color: rgb(9,125,178); }
H1.HeaderClassName
{
color: #097DB2;
}
.AnyTagClassName
{
color: #097DB2;
}
</style>
background-color css
<style>
a { background-color: #097DB2; }
a { background-color: rgb(9,125,178); }
div.DivClassName
{
background-color: #097DB2;
}
.BgClassName
{
background-color: #097DB2;
}
</style>
border-color css
<style>
span { border-color: #097DB2; }
span { border-color: rgb(9,125,178); }
td.TdClassName
{
border-color: #097DB2;
}
.TagClassName
{
border-color: #097DB2;
}
</style>