Shades of Cerulean #0776B3
Tints of Cerulean #0776B3
RGB
CMYK
RGB Variations
Color information
#0776B3 (or 0x0776B3) is known color: Cerulean. HEX triplet: 07, 76 and B3. RGB value is (7,118,179). Sum of RGB (Red+Green+Blue) = 7+118+179=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #0776B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0776B3 is #F8894C. Grayscale: #5B5B5B. Windows color (decimal): -16288077 or 11761159. OLE color: 11761159.
HSL color Cylindrical-coordinate representation of color #0776B3: hue angle of 201.28º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0776B3 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 118 | 179 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.30 |
| HSL | 201.28º | 0.92% | 0.36% | - |
| HSV(B) | 201.28º | 0.96% | 0.7% | - |
| XYZ | 14.7 | 16.26 | 45.01 | - |
| YUV | 91.77 | 177.23 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 179 | 0.96 | 0.34 | 0 | 0.30 | 201.28 | 0.92 | 0.36 |
| Hex | 7 | 76 | B3 | 60 | 22 | 0 | 1E | C9 | 5C | 24 |
| Octal | 7 | 166 | 263 | 140 | 42 | 0 | 36 | 311 | 134 | 44 |
| Binary | 111 | 1110110 | 10110011 | 1100000 | 100010 | 0 | 11110 | 11001001 | 1011100 | 100100 |
Color Harmonies of #0776B3
Complementary color
Monochromatic Colors of #0776B3
Black with #0776B3
Text Example
Text Example
White with #0776B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0776B3; }
p { color: rgb(7,118,179); }
H1.HeaderClassName
{
color: #0776B3;
}
.AnyTagClassName
{
color: #0776B3;
}
</style>
background-color css
<style>
a { background-color: #0776B3; }
a { background-color: rgb(7,118,179); }
div.DivClassName
{
background-color: #0776B3;
}
.BgClassName
{
background-color: #0776B3;
}
</style>
border-color css
<style>
span { border-color: #0776B3; }
span { border-color: rgb(7,118,179); }
td.TdClassName
{
border-color: #0776B3;
}
.TagClassName
{
border-color: #0776B3;
}
</style>