#140C3F

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

Shades of Tolopea #140C3F

Tints of Tolopea #140C3F

Color information

#140C3F (or 0x140C3F) is unknown color: approx Tolopea. HEX triplet: 14, 0C and 3F. RGB value is (20,12,63). Sum of RGB (Red+Green+Blue) = 20+12+63=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #140C3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C3F is #EBF3C0. Grayscale: #141414. Windows color (decimal): -15463361 or 4131860. OLE color: 4131860.

HSL color Cylindrical-coordinate representation of color #140C3F: hue angle of 249.41º 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 #140C3F is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB201263-
CMYK0.680.8100.75
HSL249.41º68%14.71%-
HSV(B)249.41º80.95%24.71%-
XYZ1.320.774.78-
YUV20.21152.15127.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 12 (5.08% from 255) = 12.63%
BLUE value IS 63 (25% from 255) = 66.32%
R=21.05%
G=12.63%
B=66.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2012630.680.8100.75249.416814.71
Hex14C3F445104Bf944f
Octal241477104121011337110417
Binary10100110011111110001001010001010010111111100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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