Html Css Color HEX #140EAE New Midnight Blue

📋 copy color: '#140EAE'

red 20 ◦ green 14 ◦ blue 174

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

Shades of New Midnight Blue #140EAE

Tints of New Midnight Blue #140EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 83.65%

R = 9.62%
G = 6.73%
B = 83.65%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#140EAE (or 0x140EAE) is known color: New Midnight Blue. HEX triplet: 14, 0E and AE. RGB value is (20,14,174). Sum of RGB (Red+Green+Blue) = 20+14+174=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #140EAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140EAE is #EBF151. Grayscale: #212121. Windows color (decimal): -15462738 or 11406868. OLE color: 11406868.

HSL color Cylindrical-coordinate representation of color #140EAE: hue angle of 242.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140EAE is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 14 174 -
CMYK 0.89 0.92 0 0.32
HSL 242.25º 0.85% 0.37% -
HSV(B) 242.25º 0.92% 0.68% -
XYZ 8.09 3.52 40.3 -
YUV 34.03 206.99 117.99 -
System Red Green Blue C M Y K H S L
Decimal 20 14 174 0.89 0.92 0 0.32 242.25 0.85 0.37
Hex 14 E AE 59 5C 0 20 F2 55 25
Octal 24 16 256 131 134 0 40 362 125 45
Binary 10100 1110 10101110 1011001 1011100 0 100000 11110010 1010101 100101

Color Harmonies of #140EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140EAE

Black with #140EAE

Text Example


Text Example

White with #140EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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