Html Css Color HEX #141171 Midnight Blue

📋 copy color: '#141171'

red 20 ◦ green 17 ◦ blue 113

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

Shades of Midnight Blue #141171

Tints of Midnight Blue #141171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

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

R = 13.33%
G = 11.33%
B = 75.33%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#141171 (or 0x141171) is known color: Midnight Blue. HEX triplet: 14, 11 and 71. RGB value is (20,17,113). Sum of RGB (Red+Green+Blue) = 20+17+113=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #141171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141171 is #EBEE8E. Grayscale: #1C1C1C. Windows color (decimal): -15462031 or 7409940. OLE color: 7409940.

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

Color convert

RGB 20 17 113 -
CMYK 0.82 0.85 0 0.56
HSL 241.88º 0.74% 0.25% -
HSV(B) 241.88º 0.85% 0.44% -
XYZ 3.47 1.74 15.78 -
YUV 28.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 20 17 113 0.82 0.85 0 0.56 241.88 0.74 0.25
Hex 14 11 71 52 55 0 38 F2 4A 19
Octal 24 21 161 122 125 0 70 362 112 31
Binary 10100 10001 1110001 1010010 1010101 0 111000 11110010 1001010 11001

Color Harmonies of #141171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141171

Black with #141171

Text Example


Text Example

White with #141171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141171; }

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

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

background-color css

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

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

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

border-color css

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

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

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