#140B34

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

Shades of Tolopea #140B34

Tints of Tolopea #140B34

Color information

#140B34 (or 0x140B34) is unknown color: approx Tolopea. HEX triplet: 14, 0B and 34. RGB value is (20,11,52). Sum of RGB (Red+Green+Blue) = 20+11+52=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #140B34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B34 is #EBF4CB. Grayscale: #121212. Windows color (decimal): -15463628 or 3410708. OLE color: 3410708.

HSL color Cylindrical-coordinate representation of color #140B34: hue angle of 253.17º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #140B34 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB201152-
CMYK0.620.7900.80
HSL253.17º65.08%12.35%-
HSV(B)253.17º78.85%20.39%-
XYZ1.030.643.32-
YUV18.36146.98129.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 11 (4.69% from 255) = 13.25%
BLUE value IS 52 (20.70% from 255) = 62.65%
R=24.10%
G=13.25%
B=62.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2011520.620.7900.80253.1765.0812.35
Hex14B343E4F050fd41c
Octal24136476117012037510114
Binary1010010111101001111101001111010100001111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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