#140A30

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

Shades of Tolopea #140A30

Tints of Tolopea #140A30

Color information

#140A30 (or 0x140A30) is unknown color: approx Tolopea. HEX triplet: 14, 0A and 30. RGB value is (20,10,48). Sum of RGB (Red+Green+Blue) = 20+10+48=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #140A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A30 is #EBF5CF. Grayscale: #111111. Windows color (decimal): -15463888 or 3148308. OLE color: 3148308.

HSL color Cylindrical-coordinate representation of color #140A30: hue angle of 255.79º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #140A30 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB201048-
CMYK0.580.7900.81
HSL255.79º65.52%11.37%-
HSV(B)255.79º79.17%18.82%-
XYZ0.930.582.86-
YUV17.32145.31129.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=25.64%
G=12.82%
B=61.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2010480.580.7900.81255.7965.5211.37
Hex14A303A4F05110042b
Octal24126072117012140010213
Binary10100101011000011101010011110101000110000000010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,10,48); }

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

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

 a { background-color: rgb(20,10,48); }

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

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

 span { border-color: rgb(20,10,48); }

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