Html Css Color HEX #140753 Midnight Blue

📋 copy color: '#140753'

red 20 ◦ green 7 ◦ blue 83

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

Shades of Midnight Blue #140753

Tints of Midnight Blue #140753

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.36%

 BLUE value IS 83 (32.81% from 255) = 75.45%

R = 18.18%
G = 6.36%
B = 75.45%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#140753 (or 0x140753) is known color: Midnight Blue. HEX triplet: 14, 07 and 53. RGB value is (20,7,83). Sum of RGB (Red+Green+Blue) = 20+7+83=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 83 (32.81% from 255 or 75.45% from 110); Max value from RGB is 83 - color contains mainly: blue. Hex color #140753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140753 is #EBF8AC. Grayscale: #131313. Windows color (decimal): -15464621 or 5441300. OLE color: 5441300.

HSL color Cylindrical-coordinate representation of color #140753: hue angle of 250.26º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140753 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 7 83 -
CMYK 0.76 0.92 0 0.67
HSL 250.26º 0.84% 0.18% -
HSV(B) 250.26º 0.92% 0.33% -
XYZ 1.93 0.93 8.26 -
YUV 19.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 20 7 83 0.76 0.92 0 0.67 250.26 0.84 0.18
Hex 14 7 53 4C 5C 0 43 FA 54 12
Octal 24 7 123 114 134 0 103 372 124 22
Binary 10100 111 1010011 1001100 1011100 0 1000011 11111010 1010100 10010

Color Harmonies of #140753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140753

Black with #140753

Text Example


Text Example

White with #140753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140753; }

 p { color: rgb(20,7,83); }

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

background-color css

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

 a { background-color: rgb(20,7,83); }

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

border-color css

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

 span { border-color: rgb(20,7,83); }

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