Html Css Color HEX #140271 Midnight Blue

📋 copy color: '#140271'

red 20 ◦ green 2 ◦ blue 113

#140271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #140271

Tints of Midnight Blue #140271

RGB

 RED value IS 20 (8.2% from 255) = 14.81%

 GREEN value IS 2 (1.17% from 255) = 1.48%

 BLUE value IS 113 (44.53% from 255) = 83.7%

R = 14.81%
G = 1.48%
B = 83.7%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140271 (or 0x140271) is known color: 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

RGB 20 2 113 -
CMYK 0.82 0.98 0 0.56
HSL 249.73º 0.97% 0.23% -
HSV(B) 249.73º 0.98% 0.44% -
XYZ 3.29 1.38 15.72 -
YUV 20.04 180.46 127.97 -
System Red Green Blue C M Y K H S L
Decimal 20 2 113 0.82 0.98 0 0.56 249.73 0.97 0.23
Hex 14 2 71 52 62 0 38 FA 61 17
Octal 24 2 161 122 142 0 70 372 141 27
Binary 10100 10 1110001 1010010 1100010 0 111000 11111010 1100001 10111

Color Harmonies of #140271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140271

Black with #140271

Text Example


Text Example

White with #140271

Text Example


Text Example

HTML Codes & Css Web 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>