Shades of Cerulean #0975BB
Tints of Cerulean #0975BB
RGB
CMYK
RGB Variations
Color information
#0975BB (or 0x0975BB) is known color: Cerulean. HEX triplet: 09, 75 and BB. RGB value is (9,117,187). Sum of RGB (Red+Green+Blue) = 9+117+187=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #0975BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0975BB is #F68A44. Grayscale: #5C5C5C. Windows color (decimal): -16157253 or 12285193. OLE color: 12285193.
HSL color Cylindrical-coordinate representation of color #0975BB: hue angle of 203.6º 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 #0975BB is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 117 | 187 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.27 |
| HSL | 203.6º | 0.91% | 0.38% | - |
| HSV(B) | 203.6º | 0.95% | 0.73% | - |
| XYZ | 15.44 | 16.37 | 49.36 | - |
| YUV | 92.69 | 181.22 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 187 | 0.95 | 0.37 | 0 | 0.27 | 203.6 | 0.91 | 0.38 |
| Hex | 9 | 75 | BB | 5F | 25 | 0 | 1B | CC | 5B | 26 |
| Octal | 11 | 165 | 273 | 137 | 45 | 0 | 33 | 314 | 133 | 46 |
| Binary | 1001 | 1110101 | 10111011 | 1011111 | 100101 | 0 | 11011 | 11001100 | 1011011 | 100110 |
Color Harmonies of #0975BB
Complementary color
Monochromatic Colors of #0975BB
Black with #0975BB
Text Example
Text Example
White with #0975BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0975BB; }
p { color: rgb(9,117,187); }
H1.HeaderClassName
{
color: #0975BB;
}
.AnyTagClassName
{
color: #0975BB;
}
</style>
background-color css
<style>
a { background-color: #0975BB; }
a { background-color: rgb(9,117,187); }
div.DivClassName
{
background-color: #0975BB;
}
.BgClassName
{
background-color: #0975BB;
}
</style>
border-color css
<style>
span { border-color: #0975BB; }
span { border-color: rgb(9,117,187); }
td.TdClassName
{
border-color: #0975BB;
}
.TagClassName
{
border-color: #0975BB;
}
</style>