#0E6692

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

Shades of Allports #0E6692

Tints of Allports #0E6692

Color information

#0E6692 (or 0x0E6692) is unknown color: approx Allports. HEX triplet: 0E, 66 and 92. RGB value is (14,102,146). Sum of RGB (Red+Green+Blue) = 14+102+146=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E6692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6692 is #F1996D. Grayscale: #505050. Windows color (decimal): -15833454 or 9594382. OLE color: 9594382.

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

Color convert

RGB14102146-
CMYK0.900.3000.43
HSL200º82.5%31.37%-
HSV(B)200º90.41%57.25%-
XYZ10.1211.6728.91-
YUV80.7164.8580.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.34%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=5.34%
G=38.93%
B=55.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141021460.900.3000.4320082.531.37
HexE66925A1E02Bc8521f
Octal161462221323605331012237
Binary1110110011010010010101101011110010101111001000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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