Html Css Color HEX #140EAC New Midnight Blue

📋 copy color: '#140EAC'

red 20 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #140EAC

Tints of New Midnight Blue #140EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 83.5%

R = 9.71%
G = 6.8%
B = 83.5%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#140EAC (or 0x140EAC) is known color: New Midnight Blue. HEX triplet: 14, 0E and AC. RGB value is (20,14,172). Sum of RGB (Red+Green+Blue) = 20+14+172=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 172 (67.58% from 255 or 83.50% from 206); Max value from RGB is 172 - color contains mainly: blue. Hex color #140EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140EAC is #EBF153. Grayscale: #212121. Windows color (decimal): -15462740 or 11275796. OLE color: 11275796.

HSL color Cylindrical-coordinate representation of color #140EAC: hue angle of 242.28º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140EAC is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 14 172 -
CMYK 0.88 0.92 0 0.33
HSL 242.28º 0.85% 0.36% -
HSV(B) 242.28º 0.92% 0.67% -
XYZ 7.89 3.44 39.28 -
YUV 33.81 205.99 118.15 -
System Red Green Blue C M Y K H S L
Decimal 20 14 172 0.88 0.92 0 0.33 242.28 0.85 0.36
Hex 14 E AC 58 5C 0 21 F2 55 24
Octal 24 16 254 130 134 0 41 362 125 44
Binary 10100 1110 10101100 1011000 1011100 0 100001 11110010 1010101 100100

Color Harmonies of #140EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140EAC

Black with #140EAC

Text Example


Text Example

White with #140EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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