Shades of Cerulean #097CB3
Tints of Cerulean #097CB3
RGB
CMYK
RGB Variations
Color information
#097CB3 (or 0x097CB3) is known color: Cerulean. HEX triplet: 09, 7C and B3. RGB value is (9,124,179). Sum of RGB (Red+Green+Blue) = 9+124+179=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #097CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CB3 is #F6834C. Grayscale: #5F5F5F. Windows color (decimal): -16155469 or 11762697. OLE color: 11762697.
HSL color Cylindrical-coordinate representation of color #097CB3: hue angle of 199.41º 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 #097CB3 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 124 | 179 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.30 |
| HSL | 199.41º | 0.9% | 0.37% | - |
| HSV(B) | 199.41º | 0.95% | 0.7% | - |
| XYZ | 15.46 | 17.73 | 45.26 | - |
| YUV | 95.89 | 174.9 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 179 | 0.95 | 0.31 | 0 | 0.30 | 199.41 | 0.9 | 0.37 |
| Hex | 9 | 7C | B3 | 5F | 1F | 0 | 1E | C7 | 5A | 25 |
| Octal | 11 | 174 | 263 | 137 | 37 | 0 | 36 | 307 | 132 | 45 |
| Binary | 1001 | 1111100 | 10110011 | 1011111 | 11111 | 0 | 11110 | 11000111 | 1011010 | 100101 |
Color Harmonies of #097CB3
Complementary color
Monochromatic Colors of #097CB3
Black with #097CB3
Text Example
Text Example
White with #097CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CB3; }
p { color: rgb(9,124,179); }
H1.HeaderClassName
{
color: #097CB3;
}
.AnyTagClassName
{
color: #097CB3;
}
</style>
background-color css
<style>
a { background-color: #097CB3; }
a { background-color: rgb(9,124,179); }
div.DivClassName
{
background-color: #097CB3;
}
.BgClassName
{
background-color: #097CB3;
}
</style>
border-color css
<style>
span { border-color: #097CB3; }
span { border-color: rgb(9,124,179); }
td.TdClassName
{
border-color: #097CB3;
}
.TagClassName
{
border-color: #097CB3;
}
</style>