Html Css Color HEX #140A71 Midnight Blue

📋 copy color: '#140A71'

red 20 ◦ green 10 ◦ blue 113

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

Shades of Midnight Blue #140A71

Tints of Midnight Blue #140A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.99%

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

R = 13.99%
G = 6.99%
B = 79.02%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140A71 (or 0x140A71) is known color: Midnight Blue. HEX triplet: 14, 0A and 71. RGB value is (20,10,113). Sum of RGB (Red+Green+Blue) = 20+10+113=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #140A71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140A71 is #EBF58E. Grayscale: #181818. Windows color (decimal): -15463823 or 7408148. OLE color: 7408148.

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

Color convert

RGB 20 10 113 -
CMYK 0.82 0.91 0 0.56
HSL 245.83º 0.84% 0.24% -
HSV(B) 245.83º 0.91% 0.44% -
XYZ 3.38 1.56 15.75 -
YUV 24.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 20 10 113 0.82 0.91 0 0.56 245.83 0.84 0.24
Hex 14 A 71 52 5B 0 38 F6 54 18
Octal 24 12 161 122 133 0 70 366 124 30
Binary 10100 1010 1110001 1010010 1011011 0 111000 11110110 1010100 11000

Color Harmonies of #140A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A71

Black with #140A71

Text Example


Text Example

White with #140A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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