#140537

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

Shades of Tolopea #140537

Tints of Tolopea #140537

Color information

#140537 (or 0x140537) is unknown color: approx Tolopea. HEX triplet: 14, 05 and 37. RGB value is (20,5,55). Sum of RGB (Red+Green+Blue) = 20+5+55=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #140537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140537 is #EBFAC8. Grayscale: #0F0F0F. Windows color (decimal): -15465161 or 3605780. OLE color: 3605780.

HSL color Cylindrical-coordinate representation of color #140537: hue angle of 258º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140537 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB20555-
CMYK0.640.9100.78
HSL258º83.33%11.76%-
HSV(B)258º90.91%21.57%-
XYZ1.030.533.66-
YUV15.18150.47131.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 55 (21.88% from 255) = 68.75%
R=25%
G=6.25%
B=68.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal205550.640.9100.7825883.3311.76
Hex14537405B04E10253c
Octal24567100133011640212314
Binary10100101110111100000010110110100111010000001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140537; }

 p { color: rgb(20,5,55); }

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

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

 a { background-color: rgb(20,5,55); }

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

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

 span { border-color: rgb(20,5,55); }

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