Shades of Cerulean #097BBC
Tints of Cerulean #097BBC
RGB
CMYK
RGB Variations
Color information
#097BBC (or 0x097BBC) is known color: Cerulean. HEX triplet: 09, 7B and BC. RGB value is (9,123,188). Sum of RGB (Red+Green+Blue) = 9+123+188=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #097BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BBC is #F68443. Grayscale: #5F5F5F. Windows color (decimal): -16155716 or 12352265. OLE color: 12352265.
HSL color Cylindrical-coordinate representation of color #097BBC: hue angle of 201.79º 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 #097BBC is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 123 | 188 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.26 |
| HSL | 201.79º | 0.91% | 0.39% | - |
| HSV(B) | 201.79º | 0.95% | 0.74% | - |
| XYZ | 16.27 | 17.85 | 50.17 | - |
| YUV | 96.32 | 179.73 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 188 | 0.95 | 0.35 | 0 | 0.26 | 201.79 | 0.91 | 0.39 |
| Hex | 9 | 7B | BC | 5F | 23 | 0 | 1A | CA | 5B | 27 |
| Octal | 11 | 173 | 274 | 137 | 43 | 0 | 32 | 312 | 133 | 47 |
| Binary | 1001 | 1111011 | 10111100 | 1011111 | 100011 | 0 | 11010 | 11001010 | 1011011 | 100111 |
Color Harmonies of #097BBC
Complementary color
Monochromatic Colors of #097BBC
Black with #097BBC
Text Example
Text Example
White with #097BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BBC; }
p { color: rgb(9,123,188); }
H1.HeaderClassName
{
color: #097BBC;
}
.AnyTagClassName
{
color: #097BBC;
}
</style>
background-color css
<style>
a { background-color: #097BBC; }
a { background-color: rgb(9,123,188); }
div.DivClassName
{
background-color: #097BBC;
}
.BgClassName
{
background-color: #097BBC;
}
</style>
border-color css
<style>
span { border-color: #097BBC; }
span { border-color: rgb(9,123,188); }
td.TdClassName
{
border-color: #097BBC;
}
.TagClassName
{
border-color: #097BBC;
}
</style>