Shades of Cerulean #097DB4
Tints of Cerulean #097DB4
RGB
CMYK
RGB Variations
Color information
#097DB4 (or 0x097DB4) is known color: Cerulean. HEX triplet: 09, 7D and B4. RGB value is (9,125,180). Sum of RGB (Red+Green+Blue) = 9+125+180=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #097DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DB4 is #F6824B. Grayscale: #606060. Windows color (decimal): -16155212 or 11828489. OLE color: 11828489.
HSL color Cylindrical-coordinate representation of color #097DB4: hue angle of 199.3º 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 #097DB4 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 125 | 180 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.29 |
| HSL | 199.3º | 0.9% | 0.37% | - |
| HSV(B) | 199.3º | 0.95% | 0.71% | - |
| XYZ | 15.68 | 18.02 | 45.83 | - |
| YUV | 96.59 | 175.07 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 180 | 0.95 | 0.31 | 0 | 0.29 | 199.3 | 0.9 | 0.37 |
| Hex | 9 | 7D | B4 | 5F | 1F | 0 | 1D | C7 | 5A | 25 |
| Octal | 11 | 175 | 264 | 137 | 37 | 0 | 35 | 307 | 132 | 45 |
| Binary | 1001 | 1111101 | 10110100 | 1011111 | 11111 | 0 | 11101 | 11000111 | 1011010 | 100101 |
Color Harmonies of #097DB4
Complementary color
Monochromatic Colors of #097DB4
Black with #097DB4
Text Example
Text Example
White with #097DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DB4; }
p { color: rgb(9,125,180); }
H1.HeaderClassName
{
color: #097DB4;
}
.AnyTagClassName
{
color: #097DB4;
}
</style>
background-color css
<style>
a { background-color: #097DB4; }
a { background-color: rgb(9,125,180); }
div.DivClassName
{
background-color: #097DB4;
}
.BgClassName
{
background-color: #097DB4;
}
</style>
border-color css
<style>
span { border-color: #097DB4; }
span { border-color: rgb(9,125,180); }
td.TdClassName
{
border-color: #097DB4;
}
.TagClassName
{
border-color: #097DB4;
}
</style>