Shades of Cerulean #077CB4
Tints of Cerulean #077CB4
RGB
CMYK
RGB Variations
Color information
#077CB4 (or 0x077CB4) is known color: Cerulean. HEX triplet: 07, 7C and B4. RGB value is (7,124,180). Sum of RGB (Red+Green+Blue) = 7+124+180=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #077CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CB4 is #F8834B. Grayscale: #5F5F5F. Windows color (decimal): -16286540 or 11828231. OLE color: 11828231.
HSL color Cylindrical-coordinate representation of color #077CB4: hue angle of 199.42º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077CB4 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 124 | 180 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.29 |
| HSL | 199.42º | 0.93% | 0.37% | - |
| HSV(B) | 199.42º | 0.96% | 0.71% | - |
| XYZ | 15.53 | 17.76 | 45.79 | - |
| YUV | 95.4 | 175.74 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 180 | 0.96 | 0.31 | 0 | 0.29 | 199.42 | 0.93 | 0.37 |
| Hex | 7 | 7C | B4 | 60 | 1F | 0 | 1D | C7 | 5D | 25 |
| Octal | 7 | 174 | 264 | 140 | 37 | 0 | 35 | 307 | 135 | 45 |
| Binary | 111 | 1111100 | 10110100 | 1100000 | 11111 | 0 | 11101 | 11000111 | 1011101 | 100101 |
Color Harmonies of #077CB4
Complementary color
Monochromatic Colors of #077CB4
Black with #077CB4
Text Example
Text Example
White with #077CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CB4; }
p { color: rgb(7,124,180); }
H1.HeaderClassName
{
color: #077CB4;
}
.AnyTagClassName
{
color: #077CB4;
}
</style>
background-color css
<style>
a { background-color: #077CB4; }
a { background-color: rgb(7,124,180); }
div.DivClassName
{
background-color: #077CB4;
}
.BgClassName
{
background-color: #077CB4;
}
</style>
border-color css
<style>
span { border-color: #077CB4; }
span { border-color: rgb(7,124,180); }
td.TdClassName
{
border-color: #077CB4;
}
.TagClassName
{
border-color: #077CB4;
}
</style>