Shades of Cerulean #097DB5
Tints of Cerulean #097DB5
RGB
CMYK
RGB Variations
Color information
#097DB5 (or 0x097DB5) is known color: Cerulean. HEX triplet: 09, 7D and B5. RGB value is (9,125,181). Sum of RGB (Red+Green+Blue) = 9+125+181=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #097DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DB5 is #F6824A. Grayscale: #606060. Windows color (decimal): -16155211 or 11894025. OLE color: 11894025.
HSL color Cylindrical-coordinate representation of color #097DB5: hue angle of 199.53º degrees, saturation: 0.91, 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 #097DB5 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 125 | 181 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.29 |
| HSL | 199.53º | 0.91% | 0.37% | - |
| HSV(B) | 199.53º | 0.95% | 0.71% | - |
| XYZ | 15.79 | 18.06 | 46.37 | - |
| YUV | 96.7 | 175.57 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 181 | 0.95 | 0.31 | 0 | 0.29 | 199.53 | 0.91 | 0.37 |
| Hex | 9 | 7D | B5 | 5F | 1F | 0 | 1D | C8 | 5B | 25 |
| Octal | 11 | 175 | 265 | 137 | 37 | 0 | 35 | 310 | 133 | 45 |
| Binary | 1001 | 1111101 | 10110101 | 1011111 | 11111 | 0 | 11101 | 11001000 | 1011011 | 100101 |
Color Harmonies of #097DB5
Complementary color
Monochromatic Colors of #097DB5
Black with #097DB5
Text Example
Text Example
White with #097DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DB5; }
p { color: rgb(9,125,181); }
H1.HeaderClassName
{
color: #097DB5;
}
.AnyTagClassName
{
color: #097DB5;
}
</style>
background-color css
<style>
a { background-color: #097DB5; }
a { background-color: rgb(9,125,181); }
div.DivClassName
{
background-color: #097DB5;
}
.BgClassName
{
background-color: #097DB5;
}
</style>
border-color css
<style>
span { border-color: #097DB5; }
span { border-color: rgb(9,125,181); }
td.TdClassName
{
border-color: #097DB5;
}
.TagClassName
{
border-color: #097DB5;
}
</style>