#140B3C

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

Shades of Tolopea #140B3C

Tints of Tolopea #140B3C

Color information

#140B3C (or 0x140B3C) is unknown color: approx Tolopea. HEX triplet: 14, 0B and 3C. RGB value is (20,11,60). Sum of RGB (Red+Green+Blue) = 20+11+60=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #140B3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B3C is #EBF4C3. Grayscale: #131313. Windows color (decimal): -15463620 or 3934996. OLE color: 3934996.

HSL color Cylindrical-coordinate representation of color #140B3C: hue angle of 251.02º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #140B3C is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB201160-
CMYK0.670.8200.76
HSL251.02º69.01%13.92%-
HSV(B)251.02º81.67%23.53%-
XYZ1.220.714.35-
YUV19.28150.98128.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 11 (4.69% from 255) = 12.09%
BLUE value IS 60 (23.83% from 255) = 65.93%
R=21.98%
G=12.09%
B=65.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2011600.670.8200.76251.0269.0113.92
Hex14B3C435204Cfb45e
Octal241374103122011437310516
Binary10100101111110010000111010010010011001111101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,11,60); }

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

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

 a { background-color: rgb(20,11,60); }

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

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

 span { border-color: rgb(20,11,60); }

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