Html Css Color HEX #140777 Midnight Blue

📋 copy color: '#140777'

red 20 ◦ green 7 ◦ blue 119

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

Shades of Midnight Blue #140777

Tints of Midnight Blue #140777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 81.51%

R = 13.7%
G = 4.79%
B = 81.51%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140777 (or 0x140777) is known color: Midnight Blue. HEX triplet: 14, 07 and 77. RGB value is (20,7,119). Sum of RGB (Red+Green+Blue) = 20+7+119=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 119 (46.88% from 255 or 81.51% from 146); Max value from RGB is 119 - color contains mainly: blue. Hex color #140777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140777 is #EBF888. Grayscale: #171717. Windows color (decimal): -15464585 or 7800596. OLE color: 7800596.

HSL color Cylindrical-coordinate representation of color #140777: hue angle of 246.96º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140777 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 7 119 -
CMYK 0.83 0.94 0 0.53
HSL 246.96º 0.89% 0.25% -
HSV(B) 246.96º 0.94% 0.47% -
XYZ 3.69 1.63 17.57 -
YUV 23.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 20 7 119 0.83 0.94 0 0.53 246.96 0.89 0.25
Hex 14 7 77 53 5E 0 35 F7 59 19
Octal 24 7 167 123 136 0 65 367 131 31
Binary 10100 111 1110111 1010011 1011110 0 110101 11110111 1011001 11001

Color Harmonies of #140777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140777

Black with #140777

Text Example


Text Example

White with #140777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140777; }

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

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

background-color css

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

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

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

border-color css

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

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

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