Shades of Cerulean #077DA1
Tints of Cerulean #077DA1
RGB
CMYK
RGB Variations
Color information
#077DA1 (or 0x077DA1) is known color: Cerulean. HEX triplet: 07, 7D and A1. RGB value is (7,125,161). Sum of RGB (Red+Green+Blue) = 7+125+161=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #077DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077DA1 is #F8825E. Grayscale: #5D5D5D. Windows color (decimal): -16286303 or 10583303. OLE color: 10583303.
HSL color Cylindrical-coordinate representation of color #077DA1: hue angle of 194.03º 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 #077DA1 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 125 | 161 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.37 |
| HSL | 194.03º | 0.92% | 0.33% | - |
| HSV(B) | 194.03º | 0.96% | 0.63% | - |
| XYZ | 13.85 | 17.29 | 36.32 | - |
| YUV | 93.82 | 165.91 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 161 | 0.96 | 0.22 | 0 | 0.37 | 194.03 | 0.92 | 0.33 |
| Hex | 7 | 7D | A1 | 60 | 16 | 0 | 25 | C2 | 5C | 21 |
| Octal | 7 | 175 | 241 | 140 | 26 | 0 | 45 | 302 | 134 | 41 |
| Binary | 111 | 1111101 | 10100001 | 1100000 | 10110 | 0 | 100101 | 11000010 | 1011100 | 100001 |
Color Harmonies of #077DA1
Complementary color
Monochromatic Colors of #077DA1
Black with #077DA1
Text Example
Text Example
White with #077DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DA1; }
p { color: rgb(7,125,161); }
H1.HeaderClassName
{
color: #077DA1;
}
.AnyTagClassName
{
color: #077DA1;
}
</style>
background-color css
<style>
a { background-color: #077DA1; }
a { background-color: rgb(7,125,161); }
div.DivClassName
{
background-color: #077DA1;
}
.BgClassName
{
background-color: #077DA1;
}
</style>
border-color css
<style>
span { border-color: #077DA1; }
span { border-color: rgb(7,125,161); }
td.TdClassName
{
border-color: #077DA1;
}
.TagClassName
{
border-color: #077DA1;
}
</style>