#0E668E

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

Shades of Allports #0E668E

Tints of Allports #0E668E

Color information

#0E668E (or 0x0E668E) is unknown color: approx Allports. HEX triplet: 0E, 66 and 8E. RGB value is (14,102,142). Sum of RGB (Red+Green+Blue) = 14+102+142=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E668E is #F19971. Grayscale: #505050. Windows color (decimal): -15833458 or 9332238. OLE color: 9332238.

HSL color Cylindrical-coordinate representation of color #0E668E: hue angle of 198.75º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E668E is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14102142-
CMYK0.900.2800.44
HSL198.75º82.05%30.59%-
HSV(B)198.75º90.14%55.69%-
XYZ9.8111.5527.3-
YUV80.25162.8580.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.43%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=5.43%
G=39.53%
B=55.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141021420.900.2800.44198.7582.0530.59
HexE668E5A1C02Cc7521f
Octal161462161323405430712237
Binary1110110011010001110101101011100010110011000111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,102,142); }

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

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

 a { background-color: rgb(14,102,142); }

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

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

 span { border-color: rgb(14,102,142); }

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