#140938

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

Shades of Tolopea #140938

Tints of Tolopea #140938

Color information

#140938 (or 0x140938) is unknown color: approx Tolopea. HEX triplet: 14, 09 and 38. RGB value is (20,9,56). Sum of RGB (Red+Green+Blue) = 20+9+56=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #140938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140938 is #EBF6C7. Grayscale: #111111. Windows color (decimal): -15464136 or 3672340. OLE color: 3672340.

HSL color Cylindrical-coordinate representation of color #140938: hue angle of 254.04º 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 #140938 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB20956-
CMYK0.640.8400.78
HSL254.04º72.31%12.75%-
HSV(B)254.04º83.93%21.96%-
XYZ1.10.633.8-
YUV17.65149.64129.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 56 (22.27% from 255) = 65.88%
R=23.53%
G=10.59%
B=65.88%

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
Decimal209560.640.8400.78254.0472.3112.75
Hex14938405404Efe48d
Octal241170100124011637611015
Binary10100100111100010000001010100010011101111111010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140938; }

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

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

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

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

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

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

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

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