Html Css Color HEX #140971 Midnight Blue

📋 copy color: '#140971'

red 20 ◦ green 9 ◦ blue 113

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

Shades of Midnight Blue #140971

Tints of Midnight Blue #140971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.34%

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

R = 14.08%
G = 6.34%
B = 79.58%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140971 (or 0x140971) is known color: Midnight Blue. HEX triplet: 14, 09 and 71. RGB value is (20,9,113). Sum of RGB (Red+Green+Blue) = 20+9+113=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #140971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140971 is #EBF68E. Grayscale: #171717. Windows color (decimal): -15464079 or 7407892. OLE color: 7407892.

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

Color convert

RGB 20 9 113 -
CMYK 0.82 0.92 0 0.56
HSL 246.35º 0.85% 0.24% -
HSV(B) 246.35º 0.92% 0.44% -
XYZ 3.37 1.54 15.74 -
YUV 24.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 20 9 113 0.82 0.92 0 0.56 246.35 0.85 0.24
Hex 14 9 71 52 5C 0 38 F6 55 18
Octal 24 11 161 122 134 0 70 366 125 30
Binary 10100 1001 1110001 1010010 1011100 0 111000 11110110 1010101 11000

Color Harmonies of #140971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140971

Black with #140971

Text Example


Text Example

White with #140971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140971; }

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

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

background-color css

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

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

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

border-color css

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

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

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