Shades of Cerulean #077BAB
Tints of Cerulean #077BAB
RGB
CMYK
RGB Variations
Color information
#077BAB (or 0x077BAB) is known color: Cerulean. HEX triplet: 07, 7B and AB. RGB value is (7,123,171). Sum of RGB (Red+Green+Blue) = 7+123+171=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #077BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077BAB is #F88454. Grayscale: #5D5D5D. Windows color (decimal): -16286805 or 11238151. OLE color: 11238151.
HSL color Cylindrical-coordinate representation of color #077BAB: hue angle of 197.56º 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 #077BAB is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 123 | 171 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.33 |
| HSL | 197.56º | 0.92% | 0.35% | - |
| HSV(B) | 197.56º | 0.96% | 0.67% | - |
| XYZ | 14.52 | 17.15 | 41.07 | - |
| YUV | 93.79 | 171.57 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 171 | 0.96 | 0.28 | 0 | 0.33 | 197.56 | 0.92 | 0.35 |
| Hex | 7 | 7B | AB | 60 | 1C | 0 | 21 | C6 | 5C | 23 |
| Octal | 7 | 173 | 253 | 140 | 34 | 0 | 41 | 306 | 134 | 43 |
| Binary | 111 | 1111011 | 10101011 | 1100000 | 11100 | 0 | 100001 | 11000110 | 1011100 | 100011 |
Color Harmonies of #077BAB
Complementary color
Monochromatic Colors of #077BAB
Black with #077BAB
Text Example
Text Example
White with #077BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BAB; }
p { color: rgb(7,123,171); }
H1.HeaderClassName
{
color: #077BAB;
}
.AnyTagClassName
{
color: #077BAB;
}
</style>
background-color css
<style>
a { background-color: #077BAB; }
a { background-color: rgb(7,123,171); }
div.DivClassName
{
background-color: #077BAB;
}
.BgClassName
{
background-color: #077BAB;
}
</style>
border-color css
<style>
span { border-color: #077BAB; }
span { border-color: rgb(7,123,171); }
td.TdClassName
{
border-color: #077BAB;
}
.TagClassName
{
border-color: #077BAB;
}
</style>