Html Css Color HEX #140877 Midnight Blue

📋 copy color: '#140877'

red 20 ◦ green 8 ◦ blue 119

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

Shades of Midnight Blue #140877

Tints of Midnight Blue #140877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

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

R = 13.61%
G = 5.44%
B = 80.95%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140877 (or 0x140877) is known color: Midnight Blue. HEX triplet: 14, 08 and 77. RGB value is (20,8,119). Sum of RGB (Red+Green+Blue) = 20+8+119=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 119 (46.88% from 255 or 80.95% from 147); Max value from RGB is 119 - color contains mainly: blue. Hex color #140877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140877 is #EBF788. Grayscale: #171717. Windows color (decimal): -15464329 or 7800852. OLE color: 7800852.

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

Color convert

RGB 20 8 119 -
CMYK 0.83 0.93 0 0.53
HSL 246.49º 0.87% 0.25% -
HSV(B) 246.49º 0.93% 0.47% -
XYZ 3.71 1.65 17.58 -
YUV 24.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 20 8 119 0.83 0.93 0 0.53 246.49 0.87 0.25
Hex 14 8 77 53 5D 0 35 F6 57 19
Octal 24 10 167 123 135 0 65 366 127 31
Binary 10100 1000 1110111 1010011 1011101 0 110101 11110110 1010111 11001

Color Harmonies of #140877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140877

Black with #140877

Text Example


Text Example

White with #140877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140877; }

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

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

background-color css

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

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

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

border-color css

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

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

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