Shades of Allports #076288
Tints of Allports #076288
RGB
CMYK
RGB Variations
Color information
#076288 (or 0x076288) is known color: Allports. HEX triplet: 07, 62 and 88. RGB value is (7,98,136). Sum of RGB (Red+Green+Blue) = 7+98+136=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #076288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076288 is #F89D77. Grayscale: #4A4A4A. Windows color (decimal): -16293240 or 8937991. OLE color: 8937991.
HSL color Cylindrical-coordinate representation of color #076288: hue angle of 197.67º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076288 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 98 | 136 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.47 |
| HSL | 197.67º | 0.9% | 0.28% | - |
| HSV(B) | 197.67º | 0.95% | 0.53% | - |
| XYZ | 8.9 | 10.56 | 24.86 | - |
| YUV | 75.12 | 162.35 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 136 | 0.95 | 0.28 | 0 | 0.47 | 197.67 | 0.9 | 0.28 |
| Hex | 7 | 62 | 88 | 5F | 1C | 0 | 2F | C6 | 5A | 1C |
| Octal | 7 | 142 | 210 | 137 | 34 | 0 | 57 | 306 | 132 | 34 |
| Binary | 111 | 1100010 | 10001000 | 1011111 | 11100 | 0 | 101111 | 11000110 | 1011010 | 11100 |
Color Harmonies of #076288
Complementary color
Monochromatic Colors of #076288
Black with #076288
Text Example
Text Example
White with #076288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076288; }
p { color: rgb(7,98,136); }
H1.HeaderClassName
{
color: #076288;
}
.AnyTagClassName
{
color: #076288;
}
</style>
background-color css
<style>
a { background-color: #076288; }
a { background-color: rgb(7,98,136); }
div.DivClassName
{
background-color: #076288;
}
.BgClassName
{
background-color: #076288;
}
</style>
border-color css
<style>
span { border-color: #076288; }
span { border-color: rgb(7,98,136); }
td.TdClassName
{
border-color: #076288;
}
.TagClassName
{
border-color: #076288;
}
</style>