Shades of Allports #07648D
Tints of Allports #07648D
RGB
CMYK
RGB Variations
Color information
#07648D (or 0x07648D) is known color: Allports. HEX triplet: 07, 64 and 8D. RGB value is (7,100,141). Sum of RGB (Red+Green+Blue) = 7+100+141=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #07648D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07648D is #F89B72. Grayscale: #4C4C4C. Windows color (decimal): -16292723 or 9266183. OLE color: 9266183.
HSL color Cylindrical-coordinate representation of color #07648D: hue angle of 198.36º 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 #07648D is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 100 | 141 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.45 |
| HSL | 198.36º | 0.91% | 0.29% | - |
| HSV(B) | 198.36º | 0.95% | 0.55% | - |
| XYZ | 9.45 | 11.08 | 26.84 | - |
| YUV | 76.87 | 164.19 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 141 | 0.95 | 0.29 | 0 | 0.45 | 198.36 | 0.91 | 0.29 |
| Hex | 7 | 64 | 8D | 5F | 1D | 0 | 2D | C6 | 5B | 1D |
| Octal | 7 | 144 | 215 | 137 | 35 | 0 | 55 | 306 | 133 | 35 |
| Binary | 111 | 1100100 | 10001101 | 1011111 | 11101 | 0 | 101101 | 11000110 | 1011011 | 11101 |
Color Harmonies of #07648D
Complementary color
Monochromatic Colors of #07648D
Black with #07648D
Text Example
Text Example
White with #07648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07648D; }
p { color: rgb(7,100,141); }
H1.HeaderClassName
{
color: #07648D;
}
.AnyTagClassName
{
color: #07648D;
}
</style>
background-color css
<style>
a { background-color: #07648D; }
a { background-color: rgb(7,100,141); }
div.DivClassName
{
background-color: #07648D;
}
.BgClassName
{
background-color: #07648D;
}
</style>
border-color css
<style>
span { border-color: #07648D; }
span { border-color: rgb(7,100,141); }
td.TdClassName
{
border-color: #07648D;
}
.TagClassName
{
border-color: #07648D;
}
</style>