Html Css Color HEX #140673 Midnight Blue

📋 copy color: '#140673'

red 20 ◦ green 6 ◦ blue 115

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

Shades of Midnight Blue #140673

Tints of Midnight Blue #140673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

 BLUE value IS 115 (45.31% from 255) = 81.56%

R = 14.18%
G = 4.26%
B = 81.56%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#140673 (or 0x140673) is known color: Midnight Blue. HEX triplet: 14, 06 and 73. RGB value is (20,6,115). Sum of RGB (Red+Green+Blue) = 20+6+115=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 115 (45.31% from 255 or 81.56% from 141); Max value from RGB is 115 - color contains mainly: blue. Hex color #140673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140673 is #EBF98C. Grayscale: #161616. Windows color (decimal): -15464845 or 7538196. OLE color: 7538196.

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

Color convert

RGB 20 6 115 -
CMYK 0.83 0.95 0 0.55
HSL 247.71º 0.9% 0.24% -
HSV(B) 247.71º 0.95% 0.45% -
XYZ 3.45 1.52 16.33 -
YUV 22.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 20 6 115 0.83 0.95 0 0.55 247.71 0.9 0.24
Hex 14 6 73 53 5F 0 37 F8 5A 18
Octal 24 6 163 123 137 0 67 370 132 30
Binary 10100 110 1110011 1010011 1011111 0 110111 11111000 1011010 11000

Color Harmonies of #140673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140673

Black with #140673

Text Example


Text Example

White with #140673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140673; }

 p { color: rgb(20,6,115); }

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

background-color css

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

 a { background-color: rgb(20,6,115); }

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

border-color css

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

 span { border-color: rgb(20,6,115); }

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