Shades of Cerulean #097CBC
Tints of Cerulean #097CBC
RGB
CMYK
RGB Variations
Color information
#097CBC (or 0x097CBC) is known color: Cerulean. HEX triplet: 09, 7C and BC. RGB value is (9,124,188). Sum of RGB (Red+Green+Blue) = 9+124+188=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #097CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CBC is #F68343. Grayscale: #606060. Windows color (decimal): -16155460 or 12352521. OLE color: 12352521.
HSL color Cylindrical-coordinate representation of color #097CBC: hue angle of 201.45º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097CBC is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 124 | 188 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.26 |
| HSL | 201.45º | 0.91% | 0.39% | - |
| HSV(B) | 201.45º | 0.95% | 0.74% | - |
| XYZ | 16.4 | 18.1 | 50.21 | - |
| YUV | 96.91 | 179.4 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 188 | 0.95 | 0.34 | 0 | 0.26 | 201.45 | 0.91 | 0.39 |
| Hex | 9 | 7C | BC | 5F | 22 | 0 | 1A | C9 | 5B | 27 |
| Octal | 11 | 174 | 274 | 137 | 42 | 0 | 32 | 311 | 133 | 47 |
| Binary | 1001 | 1111100 | 10111100 | 1011111 | 100010 | 0 | 11010 | 11001001 | 1011011 | 100111 |
Color Harmonies of #097CBC
Complementary color
Monochromatic Colors of #097CBC
Black with #097CBC
Text Example
Text Example
White with #097CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CBC; }
p { color: rgb(9,124,188); }
H1.HeaderClassName
{
color: #097CBC;
}
.AnyTagClassName
{
color: #097CBC;
}
</style>
background-color css
<style>
a { background-color: #097CBC; }
a { background-color: rgb(9,124,188); }
div.DivClassName
{
background-color: #097CBC;
}
.BgClassName
{
background-color: #097CBC;
}
</style>
border-color css
<style>
span { border-color: #097CBC; }
span { border-color: rgb(9,124,188); }
td.TdClassName
{
border-color: #097CBC;
}
.TagClassName
{
border-color: #097CBC;
}
</style>