Shades of Allports #05698B
Tints of Allports #05698B
RGB
CMYK
RGB Variations
Color information
#05698B (or 0x05698B) is known color: Allports. HEX triplet: 05, 69 and 8B. RGB value is (5,105,139). Sum of RGB (Red+Green+Blue) = 5+105+139=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #05698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05698B is #FA9674. Grayscale: #4E4E4E. Windows color (decimal): -16422517 or 9136389. OLE color: 9136389.
HSL color Cylindrical-coordinate representation of color #05698B: hue angle of 195.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05698B is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 105 | 139 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.45 |
| HSL | 195.22º | 0.93% | 0.28% | - |
| HSV(B) | 195.22º | 0.96% | 0.55% | - |
| XYZ | 9.77 | 12 | 26.23 | - |
| YUV | 78.98 | 161.87 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 139 | 0.96 | 0.24 | 0 | 0.45 | 195.22 | 0.93 | 0.28 |
| Hex | 5 | 69 | 8B | 60 | 18 | 0 | 2D | C3 | 5D | 1C |
| Octal | 5 | 151 | 213 | 140 | 30 | 0 | 55 | 303 | 135 | 34 |
| Binary | 101 | 1101001 | 10001011 | 1100000 | 11000 | 0 | 101101 | 11000011 | 1011101 | 11100 |
Color Harmonies of #05698B
Complementary color
Monochromatic Colors of #05698B
Black with #05698B
Text Example
Text Example
White with #05698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05698B; }
p { color: rgb(5,105,139); }
H1.HeaderClassName
{
color: #05698B;
}
.AnyTagClassName
{
color: #05698B;
}
</style>
background-color css
<style>
a { background-color: #05698B; }
a { background-color: rgb(5,105,139); }
div.DivClassName
{
background-color: #05698B;
}
.BgClassName
{
background-color: #05698B;
}
</style>
border-color css
<style>
span { border-color: #05698B; }
span { border-color: rgb(5,105,139); }
td.TdClassName
{
border-color: #05698B;
}
.TagClassName
{
border-color: #05698B;
}
</style>