Shades of Cerulean #076BAC
Tints of Cerulean #076BAC
RGB
CMYK
RGB Variations
Color information
#076BAC (or 0x076BAC) is known color: Cerulean. HEX triplet: 07, 6B and AC. RGB value is (7,107,172). Sum of RGB (Red+Green+Blue) = 7+107+172=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #076BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076BAC is #F89453. Grayscale: #545454. Windows color (decimal): -16290900 or 11299591. OLE color: 11299591.
HSL color Cylindrical-coordinate representation of color #076BAC: hue angle of 203.64º 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 #076BAC is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 107 | 172 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.33 |
| HSL | 203.64º | 0.92% | 0.35% | - |
| HSV(B) | 203.64º | 0.96% | 0.67% | - |
| XYZ | 12.79 | 13.54 | 40.97 | - |
| YUV | 84.51 | 177.37 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 172 | 0.96 | 0.38 | 0 | 0.33 | 203.64 | 0.92 | 0.35 |
| Hex | 7 | 6B | AC | 60 | 26 | 0 | 21 | CC | 5C | 23 |
| Octal | 7 | 153 | 254 | 140 | 46 | 0 | 41 | 314 | 134 | 43 |
| Binary | 111 | 1101011 | 10101100 | 1100000 | 100110 | 0 | 100001 | 11001100 | 1011100 | 100011 |
Color Harmonies of #076BAC
Complementary color
Monochromatic Colors of #076BAC
Black with #076BAC
Text Example
Text Example
White with #076BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BAC; }
p { color: rgb(7,107,172); }
H1.HeaderClassName
{
color: #076BAC;
}
.AnyTagClassName
{
color: #076BAC;
}
</style>
background-color css
<style>
a { background-color: #076BAC; }
a { background-color: rgb(7,107,172); }
div.DivClassName
{
background-color: #076BAC;
}
.BgClassName
{
background-color: #076BAC;
}
</style>
border-color css
<style>
span { border-color: #076BAC; }
span { border-color: rgb(7,107,172); }
td.TdClassName
{
border-color: #076BAC;
}
.TagClassName
{
border-color: #076BAC;
}
</style>