#140C36

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

Shades of Tolopea #140C36

Tints of Tolopea #140C36

Color information

#140C36 (or 0x140C36) is unknown color: approx Tolopea. HEX triplet: 14, 0C and 36. RGB value is (20,12,54). Sum of RGB (Red+Green+Blue) = 20+12+54=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #140C36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C36 is #EBF3C9. Grayscale: #131313. Windows color (decimal): -15463370 or 3542036. OLE color: 3542036.

HSL color Cylindrical-coordinate representation of color #140C36: hue angle of 251.43º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140C36 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB201254-
CMYK0.630.7800.79
HSL251.43º63.64%12.94%-
HSV(B)251.43º77.78%21.18%-
XYZ1.090.683.56-
YUV19.18147.65128.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 54 (21.48% from 255) = 62.79%
R=23.26%
G=13.95%
B=62.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2012540.630.7800.79251.4363.6412.94
Hex14C363F4E04Ffb40d
Octal24146677116011737310015
Binary1010011001101101111111001110010011111111101110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,12,54); }

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

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

 a { background-color: rgb(20,12,54); }

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

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

 span { border-color: rgb(20,12,54); }

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