Shades of Cerulean #0977BB
Tints of Cerulean #0977BB
RGB
CMYK
RGB Variations
Color information
#0977BB (or 0x0977BB) is known color: Cerulean. HEX triplet: 09, 77 and BB. RGB value is (9,119,187). Sum of RGB (Red+Green+Blue) = 9+119+187=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #0977BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0977BB is #F68844. Grayscale: #5D5D5D. Windows color (decimal): -16156741 or 12285705. OLE color: 12285705.
HSL color Cylindrical-coordinate representation of color #0977BB: hue angle of 202.92º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0977BB is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 119 | 187 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.27 |
| HSL | 202.92º | 0.91% | 0.38% | - |
| HSV(B) | 202.92º | 0.95% | 0.73% | - |
| XYZ | 15.68 | 16.84 | 49.44 | - |
| YUV | 93.86 | 180.56 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 187 | 0.95 | 0.36 | 0 | 0.27 | 202.92 | 0.91 | 0.38 |
| Hex | 9 | 77 | BB | 5F | 24 | 0 | 1B | CB | 5B | 26 |
| Octal | 11 | 167 | 273 | 137 | 44 | 0 | 33 | 313 | 133 | 46 |
| Binary | 1001 | 1110111 | 10111011 | 1011111 | 100100 | 0 | 11011 | 11001011 | 1011011 | 100110 |
Color Harmonies of #0977BB
Complementary color
Monochromatic Colors of #0977BB
Black with #0977BB
Text Example
Text Example
White with #0977BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0977BB; }
p { color: rgb(9,119,187); }
H1.HeaderClassName
{
color: #0977BB;
}
.AnyTagClassName
{
color: #0977BB;
}
</style>
background-color css
<style>
a { background-color: #0977BB; }
a { background-color: rgb(9,119,187); }
div.DivClassName
{
background-color: #0977BB;
}
.BgClassName
{
background-color: #0977BB;
}
</style>
border-color css
<style>
span { border-color: #0977BB; }
span { border-color: rgb(9,119,187); }
td.TdClassName
{
border-color: #0977BB;
}
.TagClassName
{
border-color: #0977BB;
}
</style>