Html Css Color HEX #141071 Midnight Blue

📋 copy color: '#141071'

red 20 ◦ green 16 ◦ blue 113

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

Shades of Midnight Blue #141071

Tints of Midnight Blue #141071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 13.42%
G = 10.74%
B = 75.84%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#141071 (or 0x141071) is known color: Midnight Blue. HEX triplet: 14, 10 and 71. RGB value is (20,16,113). Sum of RGB (Red+Green+Blue) = 20+16+113=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #141071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141071 is #EBEF8E. Grayscale: #1B1B1B. Windows color (decimal): -15462287 or 7409684. OLE color: 7409684.

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

Color convert

RGB 20 16 113 -
CMYK 0.82 0.86 0 0.56
HSL 242.47º 0.75% 0.25% -
HSV(B) 242.47º 0.86% 0.44% -
XYZ 3.45 1.71 15.77 -
YUV 28.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 20 16 113 0.82 0.86 0 0.56 242.47 0.75 0.25
Hex 14 10 71 52 56 0 38 F2 4B 19
Octal 24 20 161 122 126 0 70 362 113 31
Binary 10100 10000 1110001 1010010 1010110 0 111000 11110010 1001011 11001

Color Harmonies of #141071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141071

Black with #141071

Text Example


Text Example

White with #141071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141071; }

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

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

background-color css

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

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

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

border-color css

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

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

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