Html Css Color HEX #140171 Midnight Blue

📋 copy color: '#140171'

red 20 ◦ green 1 ◦ blue 113

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

Shades of Midnight Blue #140171

Tints of Midnight Blue #140171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 14.93%
G = 0.75%
B = 84.33%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140171 (or 0x140171) is known color: Midnight Blue. HEX triplet: 14, 01 and 71. RGB value is (20,1,113). Sum of RGB (Red+Green+Blue) = 20+1+113=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 113 (44.53% from 255 or 84.33% from 134); Max value from RGB is 113 - color contains mainly: blue. Hex color #140171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140171 is #EBFE8E. Grayscale: #131313. Windows color (decimal): -15466127 or 7405844. OLE color: 7405844.

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

Color convert

RGB 20 1 113 -
CMYK 0.82 0.99 0 0.56
HSL 250.18º 0.98% 0.22% -
HSV(B) 250.18º 0.99% 0.44% -
XYZ 3.28 1.36 15.71 -
YUV 19.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 20 1 113 0.82 0.99 0 0.56 250.18 0.98 0.22
Hex 14 1 71 52 63 0 38 FA 62 16
Octal 24 1 161 122 143 0 70 372 142 26
Binary 10100 1 1110001 1010010 1100011 0 111000 11111010 1100010 10110

Color Harmonies of #140171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140171

Black with #140171

Text Example


Text Example

White with #140171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140171; }

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

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

background-color css

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

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

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

border-color css

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

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

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