Shades of Cerulean #077BB7
Tints of Cerulean #077BB7
RGB
CMYK
RGB Variations
Color information
#077BB7 (or 0x077BB7) is known color: Cerulean. HEX triplet: 07, 7B and B7. RGB value is (7,123,183). Sum of RGB (Red+Green+Blue) = 7+123+183=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 183 (71.88% from 255 or 58.47% from 313); Max value from RGB is 183 - color contains mainly: blue. Hex color #077BB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BB7 is #F88448. Grayscale: #5E5E5E. Windows color (decimal): -16286793 or 12024583. OLE color: 12024583.
HSL color Cylindrical-coordinate representation of color #077BB7: hue angle of 200.45º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077BB7 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 123 | 183 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.28 |
| HSL | 200.45º | 0.93% | 0.37% | - |
| HSV(B) | 200.45º | 0.96% | 0.72% | - |
| XYZ | 15.72 | 17.63 | 47.37 | - |
| YUV | 95.16 | 177.57 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 183 | 0.96 | 0.33 | 0 | 0.28 | 200.45 | 0.93 | 0.37 |
| Hex | 7 | 7B | B7 | 60 | 21 | 0 | 1C | C8 | 5D | 25 |
| Octal | 7 | 173 | 267 | 140 | 41 | 0 | 34 | 310 | 135 | 45 |
| Binary | 111 | 1111011 | 10110111 | 1100000 | 100001 | 0 | 11100 | 11001000 | 1011101 | 100101 |
Color Harmonies of #077BB7
Complementary color
Monochromatic Colors of #077BB7
Black with #077BB7
Text Example
Text Example
White with #077BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BB7; }
p { color: rgb(7,123,183); }
H1.HeaderClassName
{
color: #077BB7;
}
.AnyTagClassName
{
color: #077BB7;
}
</style>
background-color css
<style>
a { background-color: #077BB7; }
a { background-color: rgb(7,123,183); }
div.DivClassName
{
background-color: #077BB7;
}
.BgClassName
{
background-color: #077BB7;
}
</style>
border-color css
<style>
span { border-color: #077BB7; }
span { border-color: rgb(7,123,183); }
td.TdClassName
{
border-color: #077BB7;
}
.TagClassName
{
border-color: #077BB7;
}
</style>