Shades of Allports #0E6595
Tints of Allports #0E6595
RGB
CMYK
RGB Variations
Color information
#0E6595 (or 0x0E6595) is known color: Allports. HEX triplet: 0E, 65 and 95. RGB value is (14,101,149). Sum of RGB (Red+Green+Blue) = 14+101+149=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E6595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6595 is #F19A6A. Grayscale: #505050. Windows color (decimal): -15833707 or 9790734. OLE color: 9790734.
HSL color Cylindrical-coordinate representation of color #0E6595: hue angle of 201.33º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6595 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 101 | 149 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.42 |
| HSL | 201.33º | 0.83% | 0.32% | - |
| HSV(B) | 201.33º | 0.91% | 0.58% | - |
| XYZ | 10.26 | 11.57 | 30.13 | - |
| YUV | 80.46 | 166.68 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 149 | 0.91 | 0.32 | 0 | 0.42 | 201.33 | 0.83 | 0.32 |
| Hex | E | 65 | 95 | 5B | 20 | 0 | 2A | C9 | 53 | 20 |
| Octal | 16 | 145 | 225 | 133 | 40 | 0 | 52 | 311 | 123 | 40 |
| Binary | 1110 | 1100101 | 10010101 | 1011011 | 100000 | 0 | 101010 | 11001001 | 1010011 | 100000 |
Color Harmonies of #0E6595
Complementary color
Monochromatic Colors of #0E6595
Black with #0E6595
Text Example
Text Example
White with #0E6595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6595; }
p { color: rgb(14,101,149); }
H1.HeaderClassName
{
color: #0E6595;
}
.AnyTagClassName
{
color: #0E6595;
}
</style>
background-color css
<style>
a { background-color: #0E6595; }
a { background-color: rgb(14,101,149); }
div.DivClassName
{
background-color: #0E6595;
}
.BgClassName
{
background-color: #0E6595;
}
</style>
border-color css
<style>
span { border-color: #0E6595; }
span { border-color: rgb(14,101,149); }
td.TdClassName
{
border-color: #0E6595;
}
.TagClassName
{
border-color: #0E6595;
}
</style>