Html Css Color HEX #140E60 Midnight Blue

📋 copy color: '#140E60'

red 20 ◦ green 14 ◦ blue 96

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

Shades of Midnight Blue #140E60

Tints of Midnight Blue #140E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 73.85%

R = 15.38%
G = 10.77%
B = 73.85%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#140E60 (or 0x140E60) is known color: Midnight Blue. HEX triplet: 14, 0E and 60. RGB value is (20,14,96). Sum of RGB (Red+Green+Blue) = 20+14+96=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #140E60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E60 is #EBF19F. Grayscale: #181818. Windows color (decimal): -15462816 or 6295060. OLE color: 6295060.

HSL color Cylindrical-coordinate representation of color #140E60: hue angle of 244.39º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140E60 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 14 96 -
CMYK 0.79 0.85 0 0.62
HSL 244.39º 0.75% 0.22% -
HSV(B) 244.39º 0.85% 0.38% -
XYZ 2.56 1.31 11.18 -
YUV 25.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 20 14 96 0.79 0.85 0 0.62 244.39 0.75 0.22
Hex 14 E 60 4F 55 0 3E F4 4B 16
Octal 24 16 140 117 125 0 76 364 113 26
Binary 10100 1110 1100000 1001111 1010101 0 111110 11110100 1001011 10110

Color Harmonies of #140E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E60

Black with #140E60

Text Example


Text Example

White with #140E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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