Shades of Cerulean #077CBC
Tints of Cerulean #077CBC
RGB
CMYK
RGB Variations
Color information
#077CBC (or 0x077CBC) is known color: Cerulean. HEX triplet: 07, 7C and BC. RGB value is (7,124,188). Sum of RGB (Red+Green+Blue) = 7+124+188=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #077CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CBC is #F88343. Grayscale: #5F5F5F. Windows color (decimal): -16286532 or 12352519. OLE color: 12352519.
HSL color Cylindrical-coordinate representation of color #077CBC: hue angle of 201.22º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077CBC is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 124 | 188 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.26 |
| HSL | 201.22º | 0.93% | 0.38% | - |
| HSV(B) | 201.22º | 0.96% | 0.74% | - |
| XYZ | 16.37 | 18.09 | 50.21 | - |
| YUV | 96.31 | 179.74 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 188 | 0.96 | 0.34 | 0 | 0.26 | 201.22 | 0.93 | 0.38 |
| Hex | 7 | 7C | BC | 60 | 22 | 0 | 1A | C9 | 5D | 26 |
| Octal | 7 | 174 | 274 | 140 | 42 | 0 | 32 | 311 | 135 | 46 |
| Binary | 111 | 1111100 | 10111100 | 1100000 | 100010 | 0 | 11010 | 11001001 | 1011101 | 100110 |
Color Harmonies of #077CBC
Complementary color
Monochromatic Colors of #077CBC
Black with #077CBC
Text Example
Text Example
White with #077CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CBC; }
p { color: rgb(7,124,188); }
H1.HeaderClassName
{
color: #077CBC;
}
.AnyTagClassName
{
color: #077CBC;
}
</style>
background-color css
<style>
a { background-color: #077CBC; }
a { background-color: rgb(7,124,188); }
div.DivClassName
{
background-color: #077CBC;
}
.BgClassName
{
background-color: #077CBC;
}
</style>
border-color css
<style>
span { border-color: #077CBC; }
span { border-color: rgb(7,124,188); }
td.TdClassName
{
border-color: #077CBC;
}
.TagClassName
{
border-color: #077CBC;
}
</style>