Shades of Cerulean #077ABE
Tints of Cerulean #077ABE
RGB
CMYK
RGB Variations
Color information
#077ABE (or 0x077ABE) is known color: Cerulean. HEX triplet: 07, 7A and BE. RGB value is (7,122,190). Sum of RGB (Red+Green+Blue) = 7+122+190=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #077ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ABE is #F88541. Grayscale: #5E5E5E. Windows color (decimal): -16287042 or 12483079. OLE color: 12483079.
HSL color Cylindrical-coordinate representation of color #077ABE: hue angle of 202.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077ABE is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 122 | 190 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.25 |
| HSL | 202.3º | 0.93% | 0.39% | - |
| HSV(B) | 202.3º | 0.96% | 0.75% | - |
| XYZ | 16.34 | 17.68 | 51.27 | - |
| YUV | 95.37 | 181.4 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 190 | 0.96 | 0.36 | 0 | 0.25 | 202.3 | 0.93 | 0.39 |
| Hex | 7 | 7A | BE | 60 | 24 | 0 | 19 | CA | 5D | 27 |
| Octal | 7 | 172 | 276 | 140 | 44 | 0 | 31 | 312 | 135 | 47 |
| Binary | 111 | 1111010 | 10111110 | 1100000 | 100100 | 0 | 11001 | 11001010 | 1011101 | 100111 |
Color Harmonies of #077ABE
Complementary color
Monochromatic Colors of #077ABE
Black with #077ABE
Text Example
Text Example
White with #077ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077ABE; }
p { color: rgb(7,122,190); }
H1.HeaderClassName
{
color: #077ABE;
}
.AnyTagClassName
{
color: #077ABE;
}
</style>
background-color css
<style>
a { background-color: #077ABE; }
a { background-color: rgb(7,122,190); }
div.DivClassName
{
background-color: #077ABE;
}
.BgClassName
{
background-color: #077ABE;
}
</style>
border-color css
<style>
span { border-color: #077ABE; }
span { border-color: rgb(7,122,190); }
td.TdClassName
{
border-color: #077ABE;
}
.TagClassName
{
border-color: #077ABE;
}
</style>