Shades of Allports #07648C
Tints of Allports #07648C
RGB
CMYK
RGB Variations
Color information
#07648C (or 0x07648C) is known color: Allports. HEX triplet: 07, 64 and 8C. RGB value is (7,100,140). Sum of RGB (Red+Green+Blue) = 7+100+140=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #07648C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07648C is #F89B73. Grayscale: #4C4C4C. Windows color (decimal): -16292724 or 9200647. OLE color: 9200647.
HSL color Cylindrical-coordinate representation of color #07648C: hue angle of 198.05º 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 #07648C is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 100 | 140 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.45 |
| HSL | 198.05º | 0.9% | 0.29% | - |
| HSV(B) | 198.05º | 0.95% | 0.55% | - |
| XYZ | 9.38 | 11.05 | 26.45 | - |
| YUV | 76.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 140 | 0.95 | 0.29 | 0 | 0.45 | 198.05 | 0.9 | 0.29 |
| Hex | 7 | 64 | 8C | 5F | 1D | 0 | 2D | C6 | 5A | 1D |
| Octal | 7 | 144 | 214 | 137 | 35 | 0 | 55 | 306 | 132 | 35 |
| Binary | 111 | 1100100 | 10001100 | 1011111 | 11101 | 0 | 101101 | 11000110 | 1011010 | 11101 |
Color Harmonies of #07648C
Complementary color
Monochromatic Colors of #07648C
Black with #07648C
Text Example
Text Example
White with #07648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07648C; }
p { color: rgb(7,100,140); }
H1.HeaderClassName
{
color: #07648C;
}
.AnyTagClassName
{
color: #07648C;
}
</style>
background-color css
<style>
a { background-color: #07648C; }
a { background-color: rgb(7,100,140); }
div.DivClassName
{
background-color: #07648C;
}
.BgClassName
{
background-color: #07648C;
}
</style>
border-color css
<style>
span { border-color: #07648C; }
span { border-color: rgb(7,100,140); }
td.TdClassName
{
border-color: #07648C;
}
.TagClassName
{
border-color: #07648C;
}
</style>