Shades of Allports #076B8D
Tints of Allports #076B8D
RGB
CMYK
RGB Variations
Color information
#076B8D (or 0x076B8D) is known color: Allports. HEX triplet: 07, 6B and 8D. RGB value is (7,107,141). Sum of RGB (Red+Green+Blue) = 7+107+141=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #076B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076B8D is #F89472. Grayscale: #505050. Windows color (decimal): -16290931 or 9267975. OLE color: 9267975.
HSL color Cylindrical-coordinate representation of color #076B8D: hue angle of 195.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076B8D is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 107 | 141 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.45 |
| HSL | 195.22º | 0.91% | 0.29% | - |
| HSV(B) | 195.22º | 0.95% | 0.55% | - |
| XYZ | 10.15 | 12.48 | 27.07 | - |
| YUV | 80.98 | 161.87 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 141 | 0.95 | 0.24 | 0 | 0.45 | 195.22 | 0.91 | 0.29 |
| Hex | 7 | 6B | 8D | 5F | 18 | 0 | 2D | C3 | 5B | 1D |
| Octal | 7 | 153 | 215 | 137 | 30 | 0 | 55 | 303 | 133 | 35 |
| Binary | 111 | 1101011 | 10001101 | 1011111 | 11000 | 0 | 101101 | 11000011 | 1011011 | 11101 |
Color Harmonies of #076B8D
Complementary color
Monochromatic Colors of #076B8D
Black with #076B8D
Text Example
Text Example
White with #076B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B8D; }
p { color: rgb(7,107,141); }
H1.HeaderClassName
{
color: #076B8D;
}
.AnyTagClassName
{
color: #076B8D;
}
</style>
background-color css
<style>
a { background-color: #076B8D; }
a { background-color: rgb(7,107,141); }
div.DivClassName
{
background-color: #076B8D;
}
.BgClassName
{
background-color: #076B8D;
}
</style>
border-color css
<style>
span { border-color: #076B8D; }
span { border-color: rgb(7,107,141); }
td.TdClassName
{
border-color: #076B8D;
}
.TagClassName
{
border-color: #076B8D;
}
</style>