#140937

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

Shades of Tolopea #140937

Tints of Tolopea #140937

Color information

#140937 (or 0x140937) is unknown color: approx Tolopea. HEX triplet: 14, 09 and 37. RGB value is (20,9,55). Sum of RGB (Red+Green+Blue) = 20+9+55=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #140937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140937 is #EBF6C8. Grayscale: #111111. Windows color (decimal): -15464137 or 3606804. OLE color: 3606804.

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

Color convert

RGB20955-
CMYK0.640.8400.78
HSL254.35º71.88%12.55%-
HSV(B)254.35º83.64%21.57%-
XYZ1.080.623.68-
YUV17.53149.14129.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 55 (21.88% from 255) = 65.48%
R=23.81%
G=10.71%
B=65.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal209550.640.8400.78254.3571.8812.55
Hex14937405404Efe48d
Octal241167100124011637611015
Binary10100100111011110000001010100010011101111111010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140937; }

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

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

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

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

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

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

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

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