Shades of Cerulean #0076BB
Tints of Cerulean #0076BB
RGB
CMYK
RGB Variations
Color information
#0076BB (or 0x0076BB) is known color: Cerulean. HEX triplet: 00, 76 and BB. RGB value is (0,118,187). Sum of RGB (Red+Green+Blue) = 0+118+187=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #0076BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0076BB is #FF8944. Grayscale: #5A5A5A. Windows color (decimal): -16746821 or 12285440. OLE color: 12285440.
HSL color Cylindrical-coordinate representation of color #0076BB: hue angle of 202.14º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076BB is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 118 | 187 | - |
| CMYK | 1 | 0.37 | 0 | 0.27 |
| HSL | 202.14º | 1% | 0.37% | - |
| HSV(B) | 202.14º | 1% | 0.73% | - |
| XYZ | 15.45 | 16.54 | 49.39 | - |
| YUV | 90.58 | 182.41 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 187 | 1 | 0.37 | 0 | 0.27 | 202.14 | 1 | 0.37 |
| Hex | 0 | 76 | BB | 64 | 25 | 0 | 1B | CA | 64 | 25 |
| Octal | 0 | 166 | 273 | 144 | 45 | 0 | 33 | 312 | 144 | 45 |
| Binary | 0 | 1110110 | 10111011 | 1100100 | 100101 | 0 | 11011 | 11001010 | 1100100 | 100101 |
Color Harmonies of #0076BB
Complementary color
Monochromatic Colors of #0076BB
Black with #0076BB
Text Example
Text Example
White with #0076BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076BB; }
p { color: rgb(0,118,187); }
H1.HeaderClassName
{
color: #0076BB;
}
.AnyTagClassName
{
color: #0076BB;
}
</style>
background-color css
<style>
a { background-color: #0076BB; }
a { background-color: rgb(0,118,187); }
div.DivClassName
{
background-color: #0076BB;
}
.BgClassName
{
background-color: #0076BB;
}
</style>
border-color css
<style>
span { border-color: #0076BB; }
span { border-color: rgb(0,118,187); }
td.TdClassName
{
border-color: #0076BB;
}
.TagClassName
{
border-color: #0076BB;
}
</style>