Html Css Color HEX #140471 Midnight Blue

📋 copy color: '#140471'

red 20 ◦ green 4 ◦ blue 113

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

Shades of Midnight Blue #140471

Tints of Midnight Blue #140471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

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

R = 14.6%
G = 2.92%
B = 82.48%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140471 (or 0x140471) is known color: Midnight Blue. HEX triplet: 14, 04 and 71. RGB value is (20,4,113). Sum of RGB (Red+Green+Blue) = 20+4+113=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 113 (44.53% from 255 or 82.48% from 137); Max value from RGB is 113 - color contains mainly: blue. Hex color #140471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140471 is #EBFB8E. Grayscale: #141414. Windows color (decimal): -15465359 or 7406612. OLE color: 7406612.

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

Color convert

RGB 20 4 113 -
CMYK 0.82 0.96 0 0.56
HSL 248.81º 0.93% 0.23% -
HSV(B) 248.81º 0.96% 0.44% -
XYZ 3.31 1.43 15.72 -
YUV 21.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 20 4 113 0.82 0.96 0 0.56 248.81 0.93 0.23
Hex 14 4 71 52 60 0 38 F9 5D 17
Octal 24 4 161 122 140 0 70 371 135 27
Binary 10100 100 1110001 1010010 1100000 0 111000 11111001 1011101 10111

Color Harmonies of #140471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140471

Black with #140471

Text Example


Text Example

White with #140471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140471; }

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

 H1.HeaderClassName
 {
   color: #140471;
 }
 .AnyTagClassName
 {
   color: #140471;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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