Shades of Allports #07648B
Tints of Allports #07648B
RGB
CMYK
RGB Variations
Color information
#07648B (or 0x07648B) is known color: Allports. HEX triplet: 07, 64 and 8B. RGB value is (7,100,139). Sum of RGB (Red+Green+Blue) = 7+100+139=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #07648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07648B is #F89B74. Grayscale: #4C4C4C. Windows color (decimal): -16292725 or 9135111. OLE color: 9135111.
HSL color Cylindrical-coordinate representation of color #07648B: hue angle of 197.73º 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 #07648B is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 100 | 139 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.45 |
| HSL | 197.73º | 0.9% | 0.29% | - |
| HSV(B) | 197.73º | 0.95% | 0.55% | - |
| XYZ | 9.3 | 11.02 | 26.06 | - |
| YUV | 76.64 | 163.19 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 139 | 0.95 | 0.28 | 0 | 0.45 | 197.73 | 0.9 | 0.29 |
| Hex | 7 | 64 | 8B | 5F | 1C | 0 | 2D | C6 | 5A | 1D |
| Octal | 7 | 144 | 213 | 137 | 34 | 0 | 55 | 306 | 132 | 35 |
| Binary | 111 | 1100100 | 10001011 | 1011111 | 11100 | 0 | 101101 | 11000110 | 1011010 | 11101 |
Color Harmonies of #07648B
Complementary color
Monochromatic Colors of #07648B
Black with #07648B
Text Example
Text Example
White with #07648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07648B; }
p { color: rgb(7,100,139); }
H1.HeaderClassName
{
color: #07648B;
}
.AnyTagClassName
{
color: #07648B;
}
</style>
background-color css
<style>
a { background-color: #07648B; }
a { background-color: rgb(7,100,139); }
div.DivClassName
{
background-color: #07648B;
}
.BgClassName
{
background-color: #07648B;
}
</style>
border-color css
<style>
span { border-color: #07648B; }
span { border-color: rgb(7,100,139); }
td.TdClassName
{
border-color: #07648B;
}
.TagClassName
{
border-color: #07648B;
}
</style>