Shades of Allports #07638B
Tints of Allports #07638B
RGB
CMYK
RGB Variations
Color information
#07638B (or 0x07638B) is known color: Allports. HEX triplet: 07, 63 and 8B. RGB value is (7,99,139). Sum of RGB (Red+Green+Blue) = 7+99+139=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #07638B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07638B is #F89C74. Grayscale: #4B4B4B. Windows color (decimal): -16292981 or 9134855. OLE color: 9134855.
HSL color Cylindrical-coordinate representation of color #07638B: hue angle of 198.18º 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 #07638B is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 99 | 139 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.45 |
| HSL | 198.18º | 0.9% | 0.29% | - |
| HSV(B) | 198.18º | 0.95% | 0.55% | - |
| XYZ | 9.21 | 10.83 | 26.03 | - |
| YUV | 76.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 139 | 0.95 | 0.29 | 0 | 0.45 | 198.18 | 0.9 | 0.29 |
| Hex | 7 | 63 | 8B | 5F | 1D | 0 | 2D | C6 | 5A | 1D |
| Octal | 7 | 143 | 213 | 137 | 35 | 0 | 55 | 306 | 132 | 35 |
| Binary | 111 | 1100011 | 10001011 | 1011111 | 11101 | 0 | 101101 | 11000110 | 1011010 | 11101 |
Color Harmonies of #07638B
Complementary color
Monochromatic Colors of #07638B
Black with #07638B
Text Example
Text Example
White with #07638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07638B; }
p { color: rgb(7,99,139); }
H1.HeaderClassName
{
color: #07638B;
}
.AnyTagClassName
{
color: #07638B;
}
</style>
background-color css
<style>
a { background-color: #07638B; }
a { background-color: rgb(7,99,139); }
div.DivClassName
{
background-color: #07638B;
}
.BgClassName
{
background-color: #07638B;
}
</style>
border-color css
<style>
span { border-color: #07638B; }
span { border-color: rgb(7,99,139); }
td.TdClassName
{
border-color: #07638B;
}
.TagClassName
{
border-color: #07638B;
}
</style>