Shades of Allports #0E6495
Tints of Allports #0E6495
RGB
CMYK
RGB Variations
Color information
#0E6495 (or 0x0E6495) is known color: Allports. HEX triplet: 0E, 64 and 95. RGB value is (14,100,149). Sum of RGB (Red+Green+Blue) = 14+100+149=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E6495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6495 is #F19B6A. Grayscale: #4F4F4F. Windows color (decimal): -15833963 or 9790478. OLE color: 9790478.
HSL color Cylindrical-coordinate representation of color #0E6495: hue angle of 201.78º 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 #0E6495 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 100 | 149 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.42 |
| HSL | 201.78º | 0.83% | 0.32% | - |
| HSV(B) | 201.78º | 0.91% | 0.58% | - |
| XYZ | 10.16 | 11.38 | 30.09 | - |
| YUV | 79.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 149 | 0.91 | 0.33 | 0 | 0.42 | 201.78 | 0.83 | 0.32 |
| Hex | E | 64 | 95 | 5B | 21 | 0 | 2A | CA | 53 | 20 |
| Octal | 16 | 144 | 225 | 133 | 41 | 0 | 52 | 312 | 123 | 40 |
| Binary | 1110 | 1100100 | 10010101 | 1011011 | 100001 | 0 | 101010 | 11001010 | 1010011 | 100000 |
Color Harmonies of #0E6495
Complementary color
Monochromatic Colors of #0E6495
Black with #0E6495
Text Example
Text Example
White with #0E6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6495; }
p { color: rgb(14,100,149); }
H1.HeaderClassName
{
color: #0E6495;
}
.AnyTagClassName
{
color: #0E6495;
}
</style>
background-color css
<style>
a { background-color: #0E6495; }
a { background-color: rgb(14,100,149); }
div.DivClassName
{
background-color: #0E6495;
}
.BgClassName
{
background-color: #0E6495;
}
</style>
border-color css
<style>
span { border-color: #0E6495; }
span { border-color: rgb(14,100,149); }
td.TdClassName
{
border-color: #0E6495;
}
.TagClassName
{
border-color: #0E6495;
}
</style>