Shades of Cerulean #077FAA
Tints of Cerulean #077FAA
RGB
CMYK
RGB Variations
Color information
#077FAA (or 0x077FAA) is known color: Cerulean. HEX triplet: 07, 7F and AA. RGB value is (7,127,170). Sum of RGB (Red+Green+Blue) = 7+127+170=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #077FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077FAA is #F88055. Grayscale: #5F5F5F. Windows color (decimal): -16285782 or 11173639. OLE color: 11173639.
HSL color Cylindrical-coordinate representation of color #077FAA: hue angle of 195.83º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077FAA is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 127 | 170 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.33 |
| HSL | 195.83º | 0.92% | 0.35% | - |
| HSV(B) | 195.83º | 0.96% | 0.67% | - |
| XYZ | 14.93 | 18.13 | 40.74 | - |
| YUV | 96.02 | 169.74 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 170 | 0.96 | 0.25 | 0 | 0.33 | 195.83 | 0.92 | 0.35 |
| Hex | 7 | 7F | AA | 60 | 19 | 0 | 21 | C4 | 5C | 23 |
| Octal | 7 | 177 | 252 | 140 | 31 | 0 | 41 | 304 | 134 | 43 |
| Binary | 111 | 1111111 | 10101010 | 1100000 | 11001 | 0 | 100001 | 11000100 | 1011100 | 100011 |
Color Harmonies of #077FAA
Complementary color
Monochromatic Colors of #077FAA
Black with #077FAA
Text Example
Text Example
White with #077FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077FAA; }
p { color: rgb(7,127,170); }
H1.HeaderClassName
{
color: #077FAA;
}
.AnyTagClassName
{
color: #077FAA;
}
</style>
background-color css
<style>
a { background-color: #077FAA; }
a { background-color: rgb(7,127,170); }
div.DivClassName
{
background-color: #077FAA;
}
.BgClassName
{
background-color: #077FAA;
}
</style>
border-color css
<style>
span { border-color: #077FAA; }
span { border-color: rgb(7,127,170); }
td.TdClassName
{
border-color: #077FAA;
}
.TagClassName
{
border-color: #077FAA;
}
</style>