#140E39

Color #140E39 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #140E39

Tints of Tolopea #140E39

Color information

#140E39 (or 0x140E39) is unknown color: approx Tolopea. HEX triplet: 14, 0E and 39. RGB value is (20,14,57). Sum of RGB (Red+Green+Blue) = 20+14+57=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #140E39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E39 is #EBF1C6. Grayscale: #141414. Windows color (decimal): -15462855 or 3739156. OLE color: 3739156.

HSL color Cylindrical-coordinate representation of color #140E39: hue angle of 248.37º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140E39 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB201457-
CMYK0.650.7500.78
HSL248.37º60.56%13.92%-
HSV(B)248.37º75.44%22.35%-
XYZ1.180.763.95-
YUV20.7148.49127.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 14 (5.86% from 255) = 15.38%
BLUE value IS 57 (22.66% from 255) = 62.64%
R=21.98%
G=15.38%
B=62.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2014570.650.7500.78248.3760.5613.92
Hex14E39414B04Ef83de
Octal24167110111301163707516
Binary1010011101110011000001100101101001110111110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140E39; }

 p { color: rgb(20,14,57); }

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

<style>
 a { background-color: #140E39; }

 a { background-color: rgb(20,14,57); }

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

<style>
 span { border-color: #140E39; }

 span { border-color: rgb(20,14,57); }

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