Shades of Allports #07618A
Tints of Allports #07618A
RGB
CMYK
RGB Variations
Color information
#07618A (or 0x07618A) is known color: Allports. HEX triplet: 07, 61 and 8A. RGB value is (7,97,138). Sum of RGB (Red+Green+Blue) = 7+97+138=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #07618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07618A is #F89E75. Grayscale: #4A4A4A. Windows color (decimal): -16293494 or 9068807. OLE color: 9068807.
HSL color Cylindrical-coordinate representation of color #07618A: hue angle of 198.78º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07618A is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 97 | 138 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.46 |
| HSL | 198.78º | 0.9% | 0.28% | - |
| HSV(B) | 198.78º | 0.95% | 0.54% | - |
| XYZ | 8.95 | 10.43 | 25.59 | - |
| YUV | 74.76 | 163.68 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 138 | 0.95 | 0.30 | 0 | 0.46 | 198.78 | 0.9 | 0.28 |
| Hex | 7 | 61 | 8A | 5F | 1E | 0 | 2E | C7 | 5A | 1C |
| Octal | 7 | 141 | 212 | 137 | 36 | 0 | 56 | 307 | 132 | 34 |
| Binary | 111 | 1100001 | 10001010 | 1011111 | 11110 | 0 | 101110 | 11000111 | 1011010 | 11100 |
Color Harmonies of #07618A
Complementary color
Monochromatic Colors of #07618A
Black with #07618A
Text Example
Text Example
White with #07618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07618A; }
p { color: rgb(7,97,138); }
H1.HeaderClassName
{
color: #07618A;
}
.AnyTagClassName
{
color: #07618A;
}
</style>
background-color css
<style>
a { background-color: #07618A; }
a { background-color: rgb(7,97,138); }
div.DivClassName
{
background-color: #07618A;
}
.BgClassName
{
background-color: #07618A;
}
</style>
border-color css
<style>
span { border-color: #07618A; }
span { border-color: rgb(7,97,138); }
td.TdClassName
{
border-color: #07618A;
}
.TagClassName
{
border-color: #07618A;
}
</style>