Shades of Cerulean #076BAB
Tints of Cerulean #076BAB
RGB
CMYK
RGB Variations
Color information
#076BAB (or 0x076BAB) is known color: Cerulean. HEX triplet: 07, 6B and AB. RGB value is (7,107,171). Sum of RGB (Red+Green+Blue) = 7+107+171=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #076BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076BAB is #F89454. Grayscale: #545454. Windows color (decimal): -16290901 or 11234055. OLE color: 11234055.
HSL color Cylindrical-coordinate representation of color #076BAB: hue angle of 203.41º 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 #076BAB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 107 | 171 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.33 |
| HSL | 203.41º | 0.92% | 0.35% | - |
| HSV(B) | 203.41º | 0.96% | 0.67% | - |
| XYZ | 12.7 | 13.5 | 40.46 | - |
| YUV | 84.4 | 176.87 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 171 | 0.96 | 0.37 | 0 | 0.33 | 203.41 | 0.92 | 0.35 |
| Hex | 7 | 6B | AB | 60 | 25 | 0 | 21 | CB | 5C | 23 |
| Octal | 7 | 153 | 253 | 140 | 45 | 0 | 41 | 313 | 134 | 43 |
| Binary | 111 | 1101011 | 10101011 | 1100000 | 100101 | 0 | 100001 | 11001011 | 1011100 | 100011 |
Color Harmonies of #076BAB
Complementary color
Monochromatic Colors of #076BAB
Black with #076BAB
Text Example
Text Example
White with #076BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BAB; }
p { color: rgb(7,107,171); }
H1.HeaderClassName
{
color: #076BAB;
}
.AnyTagClassName
{
color: #076BAB;
}
</style>
background-color css
<style>
a { background-color: #076BAB; }
a { background-color: rgb(7,107,171); }
div.DivClassName
{
background-color: #076BAB;
}
.BgClassName
{
background-color: #076BAB;
}
</style>
border-color css
<style>
span { border-color: #076BAB; }
span { border-color: rgb(7,107,171); }
td.TdClassName
{
border-color: #076BAB;
}
.TagClassName
{
border-color: #076BAB;
}
</style>