#140C40

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

Shades of Tolopea #140C40

Tints of Tolopea #140C40

Color information

#140C40 (or 0x140C40) is unknown color: approx Tolopea. HEX triplet: 14, 0C and 40. RGB value is (20,12,64). Sum of RGB (Red+Green+Blue) = 20+12+64=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #140C40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C40 is #EBF3BF. Grayscale: #141414. Windows color (decimal): -15463360 or 4197396. OLE color: 4197396.

HSL color Cylindrical-coordinate representation of color #140C40: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #140C40 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB201264-
CMYK0.690.8100.75
HSL249.23º68.42%14.9%-
HSV(B)249.23º81.25%25.1%-
XYZ1.350.784.93-
YUV20.32152.65127.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 12 (5.08% from 255) = 12.5%
BLUE value IS 64 (25.39% from 255) = 66.67%
R=20.83%
G=12.5%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2012640.690.8100.75249.2368.4214.9
Hex14C40455104Bf944f
Octal2414100105121011337110417
Binary101001100100000010001011010001010010111111100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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