Shades of Allports #07618B
Tints of Allports #07618B
RGB
CMYK
RGB Variations
Color information
#07618B (or 0x07618B) is known color: Allports. HEX triplet: 07, 61 and 8B. RGB value is (7,97,139). Sum of RGB (Red+Green+Blue) = 7+97+139=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #07618B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07618B is #F89E74. Grayscale: #4A4A4A. Windows color (decimal): -16293493 or 9134343. OLE color: 9134343.
HSL color Cylindrical-coordinate representation of color #07618B: hue angle of 199.09º degrees, saturation: 0.9, 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 #07618B is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 97 | 139 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.45 |
| HSL | 199.09º | 0.9% | 0.29% | - |
| HSV(B) | 199.09º | 0.95% | 0.55% | - |
| XYZ | 9.02 | 10.46 | 25.97 | - |
| YUV | 74.88 | 164.18 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 139 | 0.95 | 0.30 | 0 | 0.45 | 199.09 | 0.9 | 0.29 |
| Hex | 7 | 61 | 8B | 5F | 1E | 0 | 2D | C7 | 5A | 1D |
| Octal | 7 | 141 | 213 | 137 | 36 | 0 | 55 | 307 | 132 | 35 |
| Binary | 111 | 1100001 | 10001011 | 1011111 | 11110 | 0 | 101101 | 11000111 | 1011010 | 11101 |
Color Harmonies of #07618B
Complementary color
Monochromatic Colors of #07618B
Black with #07618B
Text Example
Text Example
White with #07618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07618B; }
p { color: rgb(7,97,139); }
H1.HeaderClassName
{
color: #07618B;
}
.AnyTagClassName
{
color: #07618B;
}
</style>
background-color css
<style>
a { background-color: #07618B; }
a { background-color: rgb(7,97,139); }
div.DivClassName
{
background-color: #07618B;
}
.BgClassName
{
background-color: #07618B;
}
</style>
border-color css
<style>
span { border-color: #07618B; }
span { border-color: rgb(7,97,139); }
td.TdClassName
{
border-color: #07618B;
}
.TagClassName
{
border-color: #07618B;
}
</style>