#140B33

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

Shades of Tolopea #140B33

Tints of Tolopea #140B33

Color information

#140B33 (or 0x140B33) is unknown color: approx Tolopea. HEX triplet: 14, 0B and 33. RGB value is (20,11,51). Sum of RGB (Red+Green+Blue) = 20+11+51=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #140B33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B33 is #EBF4CC. Grayscale: #121212. Windows color (decimal): -15463629 or 3345172. OLE color: 3345172.

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

Color convert

RGB201151-
CMYK0.610.7800.8
HSL253.5º64.52%12.16%-
HSV(B)253.5º78.43%20%-
XYZ1.010.633.2-
YUV18.25146.48129.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 51 (20.31% from 255) = 62.20%
R=24.39%
G=13.41%
B=62.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2011510.610.7800.8253.564.5212.16
Hex14B333D4E050fe41c
Octal24136375116012037610114
Binary1010010111100111111011001110010100001111111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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