Shades of Cerulean #077CA1
Tints of Cerulean #077CA1
RGB
CMYK
RGB Variations
Color information
#077CA1 (or 0x077CA1) is known color: Cerulean. HEX triplet: 07, 7C and A1. RGB value is (7,124,161). Sum of RGB (Red+Green+Blue) = 7+124+161=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #077CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077CA1 is #F8835E. Grayscale: #5C5C5C. Windows color (decimal): -16286559 or 10583047. OLE color: 10583047.
HSL color Cylindrical-coordinate representation of color #077CA1: hue angle of 194.42º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077CA1 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 124 | 161 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.37 |
| HSL | 194.42º | 0.92% | 0.33% | - |
| HSV(B) | 194.42º | 0.96% | 0.63% | - |
| XYZ | 13.73 | 17.03 | 36.28 | - |
| YUV | 93.24 | 166.24 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 161 | 0.96 | 0.23 | 0 | 0.37 | 194.42 | 0.92 | 0.33 |
| Hex | 7 | 7C | A1 | 60 | 17 | 0 | 25 | C2 | 5C | 21 |
| Octal | 7 | 174 | 241 | 140 | 27 | 0 | 45 | 302 | 134 | 41 |
| Binary | 111 | 1111100 | 10100001 | 1100000 | 10111 | 0 | 100101 | 11000010 | 1011100 | 100001 |
Color Harmonies of #077CA1
Complementary color
Monochromatic Colors of #077CA1
Black with #077CA1
Text Example
Text Example
White with #077CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CA1; }
p { color: rgb(7,124,161); }
H1.HeaderClassName
{
color: #077CA1;
}
.AnyTagClassName
{
color: #077CA1;
}
</style>
background-color css
<style>
a { background-color: #077CA1; }
a { background-color: rgb(7,124,161); }
div.DivClassName
{
background-color: #077CA1;
}
.BgClassName
{
background-color: #077CA1;
}
</style>
border-color css
<style>
span { border-color: #077CA1; }
span { border-color: rgb(7,124,161); }
td.TdClassName
{
border-color: #077CA1;
}
.TagClassName
{
border-color: #077CA1;
}
</style>