Html Css Color HEX #141971 Midnight Blue

📋 copy color: '#141971'

red 20 ◦ green 25 ◦ blue 113

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

Shades of Midnight Blue #141971

Tints of Midnight Blue #141971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

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

R = 12.66%
G = 15.82%
B = 71.52%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#141971 (or 0x141971) is known color: Midnight Blue. HEX triplet: 14, 19 and 71. RGB value is (20,25,113). Sum of RGB (Red+Green+Blue) = 20+25+113=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #141971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141971 is #EBE68E. Grayscale: #212121. Windows color (decimal): -15459983 or 7411988. OLE color: 7411988.

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

Color convert

RGB 20 25 113 -
CMYK 0.82 0.78 0 0.56
HSL 236.77º 0.7% 0.26% -
HSV(B) 236.77º 0.82% 0.44% -
XYZ 3.62 2.04 15.83 -
YUV 33.54 172.84 118.34 -
System Red Green Blue C M Y K H S L
Decimal 20 25 113 0.82 0.78 0 0.56 236.77 0.7 0.26
Hex 14 19 71 52 4E 0 38 ED 46 1A
Octal 24 31 161 122 116 0 70 355 106 32
Binary 10100 11001 1110001 1010010 1001110 0 111000 11101101 1000110 11010

Color Harmonies of #141971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141971

Black with #141971

Text Example


Text Example

White with #141971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141971; }

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

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

background-color css

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

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

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

border-color css

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

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

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