#0E6282

Color #0E6282 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #0E6282

Tints of Allports #0E6282

Color information

#0E6282 (or 0x0E6282) is unknown color: approx Allports. HEX triplet: 0E, 62 and 82. RGB value is (14,98,130). Sum of RGB (Red+Green+Blue) = 14+98+130=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E6282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6282 is #F19D7D. Grayscale: #4C4C4C. Windows color (decimal): -15834494 or 8544782. OLE color: 8544782.

HSL color Cylindrical-coordinate representation of color #0E6282: hue angle of 196.55º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E6282 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1498130-
CMYK0.890.2500.49
HSL196.55º80.56%28.24%-
HSV(B)196.55º89.23%50.98%-
XYZ8.5810.4422.68-
YUV76.53158.1783.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 5.79%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=5.79%
G=40.50%
B=53.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14981300.890.2500.49196.5580.5628.24
HexE62825919031c5511c
Octal161422021313106130512134
Binary1110110001010000010101100111001011000111000101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E6282; }

 p { color: rgb(14,98,130); }

 H1.HeaderClassName
 {
   color: #0E6282;
 }
 .AnyTagClassName
 {
   color: #0E6282;
 }
</style>
background-color css

<style>
 a { background-color: #0E6282; }

 a { background-color: rgb(14,98,130); }

 div.DivClassName
 {
   background-color: #0E6282;
 }
 .BgClassName
 {
   background-color: #0E6282;
 }
</style>
border-color css

<style>
 span { border-color: #0E6282; }

 span { border-color: rgb(14,98,130); }

 td.TdClassName
 {
   border-color: #0E6282;
 }
 .TagClassName
 {
   border-color: #0E6282;
 }
</style>