Shades of Allports #07648F
Tints of Allports #07648F
RGB
CMYK
RGB Variations
Color information
#07648F (or 0x07648F) is known color: Allports. HEX triplet: 07, 64 and 8F. RGB value is (7,100,143). Sum of RGB (Red+Green+Blue) = 7+100+143=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #07648F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07648F is #F89B70. Grayscale: #4C4C4C. Windows color (decimal): -16292721 or 9397255. OLE color: 9397255.
HSL color Cylindrical-coordinate representation of color #07648F: hue angle of 198.97º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07648F is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 100 | 143 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.44 |
| HSL | 198.97º | 0.91% | 0.29% | - |
| HSV(B) | 198.97º | 0.95% | 0.56% | - |
| XYZ | 9.6 | 11.14 | 27.63 | - |
| YUV | 77.1 | 165.19 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 143 | 0.95 | 0.30 | 0 | 0.44 | 198.97 | 0.91 | 0.29 |
| Hex | 7 | 64 | 8F | 5F | 1E | 0 | 2C | C7 | 5B | 1D |
| Octal | 7 | 144 | 217 | 137 | 36 | 0 | 54 | 307 | 133 | 35 |
| Binary | 111 | 1100100 | 10001111 | 1011111 | 11110 | 0 | 101100 | 11000111 | 1011011 | 11101 |
Color Harmonies of #07648F
Complementary color
Monochromatic Colors of #07648F
Black with #07648F
Text Example
Text Example
White with #07648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07648F; }
p { color: rgb(7,100,143); }
H1.HeaderClassName
{
color: #07648F;
}
.AnyTagClassName
{
color: #07648F;
}
</style>
background-color css
<style>
a { background-color: #07648F; }
a { background-color: rgb(7,100,143); }
div.DivClassName
{
background-color: #07648F;
}
.BgClassName
{
background-color: #07648F;
}
</style>
border-color css
<style>
span { border-color: #07648F; }
span { border-color: rgb(7,100,143); }
td.TdClassName
{
border-color: #07648F;
}
.TagClassName
{
border-color: #07648F;
}
</style>