Html Css Color HEX #140372 Midnight Blue

📋 copy color: '#140372'

red 20 ◦ green 3 ◦ blue 114

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

Shades of Midnight Blue #140372

Tints of Midnight Blue #140372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 114 (44.92% from 255) = 83.21%

R = 14.6%
G = 2.19%
B = 83.21%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#140372 (or 0x140372) is known color: Midnight Blue. HEX triplet: 14, 03 and 72. RGB value is (20,3,114). Sum of RGB (Red+Green+Blue) = 20+3+114=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #140372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140372 is #EBFC8D. Grayscale: #141414. Windows color (decimal): -15465614 or 7471892. OLE color: 7471892.

HSL color Cylindrical-coordinate representation of color #140372: hue angle of 249.19º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140372 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 3 114 -
CMYK 0.82 0.97 0 0.55
HSL 249.19º 0.95% 0.23% -
HSV(B) 249.19º 0.97% 0.45% -
XYZ 3.36 1.43 16.02 -
YUV 20.74 180.63 127.47 -
System Red Green Blue C M Y K H S L
Decimal 20 3 114 0.82 0.97 0 0.55 249.19 0.95 0.23
Hex 14 3 72 52 61 0 37 F9 5F 17
Octal 24 3 162 122 141 0 67 371 137 27
Binary 10100 11 1110010 1010010 1100001 0 110111 11111001 1011111 10111

Color Harmonies of #140372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140372

Black with #140372

Text Example


Text Example

White with #140372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140372; }

 p { color: rgb(20,3,114); }

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

background-color css

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

 a { background-color: rgb(20,3,114); }

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

border-color css

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

 span { border-color: rgb(20,3,114); }

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