Html Css Color HEX #140E70 Midnight Blue

📋 copy color: '#140E70'

red 20 ◦ green 14 ◦ blue 112

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

Shades of Midnight Blue #140E70

Tints of Midnight Blue #140E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.59%

 BLUE value IS 112 (44.14% from 255) = 76.71%

R = 13.7%
G = 9.59%
B = 76.71%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140E70 (or 0x140E70) is known color: Midnight Blue. HEX triplet: 14, 0E and 70. RGB value is (20,14,112). Sum of RGB (Red+Green+Blue) = 20+14+112=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #140E70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E70 is #EBF18F. Grayscale: #1A1A1A. Windows color (decimal): -15462800 or 7343636. OLE color: 7343636.

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

Color convert

RGB 20 14 112 -
CMYK 0.82 0.88 0 0.56
HSL 243.67º 0.78% 0.25% -
HSV(B) 243.67º 0.88% 0.44% -
XYZ 3.37 1.63 15.47 -
YUV 26.97 175.99 123.03 -
System Red Green Blue C M Y K H S L
Decimal 20 14 112 0.82 0.88 0 0.56 243.67 0.78 0.25
Hex 14 E 70 52 58 0 38 F4 4E 19
Octal 24 16 160 122 130 0 70 364 116 31
Binary 10100 1110 1110000 1010010 1011000 0 111000 11110100 1001110 11001

Color Harmonies of #140E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E70

Black with #140E70

Text Example


Text Example

White with #140E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,14,112); }

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

background-color css

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

 a { background-color: rgb(20,14,112); }

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

border-color css

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

 span { border-color: rgb(20,14,112); }

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