Shades of Cerulean #077BAF
Tints of Cerulean #077BAF
RGB
CMYK
RGB Variations
Color information
#077BAF (or 0x077BAF) is known color: Cerulean. HEX triplet: 07, 7B and AF. RGB value is (7,123,175). Sum of RGB (Red+Green+Blue) = 7+123+175=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #077BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077BAF is #F88450. Grayscale: #5D5D5D. Windows color (decimal): -16286801 or 11500295. OLE color: 11500295.
HSL color Cylindrical-coordinate representation of color #077BAF: hue angle of 198.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077BAF is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 123 | 175 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.31 |
| HSL | 198.57º | 0.92% | 0.36% | - |
| HSV(B) | 198.57º | 0.96% | 0.69% | - |
| XYZ | 14.91 | 17.31 | 43.11 | - |
| YUV | 94.24 | 173.57 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 175 | 0.96 | 0.30 | 0 | 0.31 | 198.57 | 0.92 | 0.36 |
| Hex | 7 | 7B | AF | 60 | 1E | 0 | 1F | C7 | 5C | 24 |
| Octal | 7 | 173 | 257 | 140 | 36 | 0 | 37 | 307 | 134 | 44 |
| Binary | 111 | 1111011 | 10101111 | 1100000 | 11110 | 0 | 11111 | 11000111 | 1011100 | 100100 |
Color Harmonies of #077BAF
Complementary color
Monochromatic Colors of #077BAF
Black with #077BAF
Text Example
Text Example
White with #077BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BAF; }
p { color: rgb(7,123,175); }
H1.HeaderClassName
{
color: #077BAF;
}
.AnyTagClassName
{
color: #077BAF;
}
</style>
background-color css
<style>
a { background-color: #077BAF; }
a { background-color: rgb(7,123,175); }
div.DivClassName
{
background-color: #077BAF;
}
.BgClassName
{
background-color: #077BAF;
}
</style>
border-color css
<style>
span { border-color: #077BAF; }
span { border-color: rgb(7,123,175); }
td.TdClassName
{
border-color: #077BAF;
}
.TagClassName
{
border-color: #077BAF;
}
</style>