#140271

Color #140271 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #140271

Tints of Midnight Blue #140271

Color information

#140271 (or 0x140271) is unknown color: approx Midnight Blue. HEX triplet: 14, 02 and 71. RGB value is (20,2,113). Sum of RGB (Red+Green+Blue) = 20+2+113=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 113 (44.53% from 255 or 83.70% from 135); Max value from RGB is 113 - color contains mainly: blue. Hex color #140271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140271 is #EBFD8E. Grayscale: #131313. Windows color (decimal): -15465871 or 7406100. OLE color: 7406100.

HSL color Cylindrical-coordinate representation of color #140271: hue angle of 249.73º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140271 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB202113-
CMYK0.820.9800.56
HSL249.73º96.52%22.55%-
HSV(B)249.73º98.23%44.31%-
XYZ3.291.3815.72-
YUV20.04180.46127.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 113 (44.53% from 255) = 83.70%
R=14.81%
G=1.48%
B=83.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2021130.820.9800.56249.7396.5222.55
Hex142715262038fa6117
Octal24216112214207037214127
Binary1010010111000110100101100010011100011111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140271; }

 p { color: rgb(20,2,113); }

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

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

 a { background-color: rgb(20,2,113); }

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

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

 span { border-color: rgb(20,2,113); }

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