Shades of Cerulean #077FB1
Tints of Cerulean #077FB1
RGB
CMYK
RGB Variations
Color information
#077FB1 (or 0x077FB1) is known color: Cerulean. HEX triplet: 07, 7F and B1. RGB value is (7,127,177). Sum of RGB (Red+Green+Blue) = 7+127+177=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 177 (69.53% from 255 or 56.91% from 311); Max value from RGB is 177 - color contains mainly: blue. Hex color #077FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077FB1 is #F8804E. Grayscale: #606060. Windows color (decimal): -16285775 or 11632391. OLE color: 11632391.
HSL color Cylindrical-coordinate representation of color #077FB1: hue angle of 197.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077FB1 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 127 | 177 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.31 |
| HSL | 197.65º | 0.92% | 0.36% | - |
| HSV(B) | 197.65º | 0.96% | 0.69% | - |
| XYZ | 15.61 | 18.4 | 44.32 | - |
| YUV | 96.82 | 173.24 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 177 | 0.96 | 0.28 | 0 | 0.31 | 197.65 | 0.92 | 0.36 |
| Hex | 7 | 7F | B1 | 60 | 1C | 0 | 1F | C6 | 5C | 24 |
| Octal | 7 | 177 | 261 | 140 | 34 | 0 | 37 | 306 | 134 | 44 |
| Binary | 111 | 1111111 | 10110001 | 1100000 | 11100 | 0 | 11111 | 11000110 | 1011100 | 100100 |
Color Harmonies of #077FB1
Complementary color
Monochromatic Colors of #077FB1
Black with #077FB1
Text Example
Text Example
White with #077FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077FB1; }
p { color: rgb(7,127,177); }
H1.HeaderClassName
{
color: #077FB1;
}
.AnyTagClassName
{
color: #077FB1;
}
</style>
background-color css
<style>
a { background-color: #077FB1; }
a { background-color: rgb(7,127,177); }
div.DivClassName
{
background-color: #077FB1;
}
.BgClassName
{
background-color: #077FB1;
}
</style>
border-color css
<style>
span { border-color: #077FB1; }
span { border-color: rgb(7,127,177); }
td.TdClassName
{
border-color: #077FB1;
}
.TagClassName
{
border-color: #077FB1;
}
</style>