#140B3B

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

Shades of Tolopea #140B3B

Tints of Tolopea #140B3B

Color information

#140B3B (or 0x140B3B) is unknown color: approx Tolopea. HEX triplet: 14, 0B and 3B. RGB value is (20,11,59). Sum of RGB (Red+Green+Blue) = 20+11+59=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 59 (23.44% from 255 or 65.56% from 90); Max value from RGB is 59 - color contains mainly: blue. Hex color #140B3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B3B is #EBF4C4. Grayscale: #121212. Windows color (decimal): -15463621 or 3869460. OLE color: 3869460.

HSL color Cylindrical-coordinate representation of color #140B3B: hue angle of 251.25º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #140B3B is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB201159-
CMYK0.660.8100.77
HSL251.25º68.57%13.73%-
HSV(B)251.25º81.36%23.14%-
XYZ1.20.74.21-
YUV19.16150.48128.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 59 (23.44% from 255) = 65.56%
R=22.22%
G=12.22%
B=65.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2011590.660.8100.77251.2568.5713.73
Hex14B3B425104Dfb45e
Octal241373102121011537310516
Binary10100101111101110000101010001010011011111101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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