Shades of Cerulean #0077BD
Tints of Cerulean #0077BD
RGB
CMYK
RGB Variations
Color information
#0077BD (or 0x0077BD) is known color: Cerulean. HEX triplet: 00, 77 and BD. RGB value is (0,119,189). Sum of RGB (Red+Green+Blue) = 0+119+189=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #0077BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0077BD is #FF8842. Grayscale: #5B5B5B. Windows color (decimal): -16746563 or 12416768. OLE color: 12416768.
HSL color Cylindrical-coordinate representation of color #0077BD: hue angle of 202.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0077BD is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 119 | 189 | - |
| CMYK | 1 | 0.37 | 0 | 0.26 |
| HSL | 202.22º | 1% | 0.37% | - |
| HSV(B) | 202.22º | 1% | 0.74% | - |
| XYZ | 15.78 | 16.87 | 50.57 | - |
| YUV | 91.4 | 183.08 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 189 | 1 | 0.37 | 0 | 0.26 | 202.22 | 1 | 0.37 |
| Hex | 0 | 77 | BD | 64 | 25 | 0 | 1A | CA | 64 | 25 |
| Octal | 0 | 167 | 275 | 144 | 45 | 0 | 32 | 312 | 144 | 45 |
| Binary | 0 | 1110111 | 10111101 | 1100100 | 100101 | 0 | 11010 | 11001010 | 1100100 | 100101 |
Color Harmonies of #0077BD
Complementary color
Monochromatic Colors of #0077BD
Black with #0077BD
Text Example
Text Example
White with #0077BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0077BD; }
p { color: rgb(0,119,189); }
H1.HeaderClassName
{
color: #0077BD;
}
.AnyTagClassName
{
color: #0077BD;
}
</style>
background-color css
<style>
a { background-color: #0077BD; }
a { background-color: rgb(0,119,189); }
div.DivClassName
{
background-color: #0077BD;
}
.BgClassName
{
background-color: #0077BD;
}
</style>
border-color css
<style>
span { border-color: #0077BD; }
span { border-color: rgb(0,119,189); }
td.TdClassName
{
border-color: #0077BD;
}
.TagClassName
{
border-color: #0077BD;
}
</style>