Html Css Color HEX #140577 Midnight Blue

📋 copy color: '#140577'

red 20 ◦ green 5 ◦ blue 119

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

Shades of Midnight Blue #140577

Tints of Midnight Blue #140577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

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

R = 13.89%
G = 3.47%
B = 82.64%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140577 (or 0x140577) is known color: Midnight Blue. HEX triplet: 14, 05 and 77. RGB value is (20,5,119). Sum of RGB (Red+Green+Blue) = 20+5+119=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 119 (46.88% from 255 or 82.64% from 144); Max value from RGB is 119 - color contains mainly: blue. Hex color #140577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140577 is #EBFA88. Grayscale: #161616. Windows color (decimal): -15465097 or 7800084. OLE color: 7800084.

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

Color convert

RGB 20 5 119 -
CMYK 0.83 0.96 0 0.53
HSL 247.89º 0.92% 0.24% -
HSV(B) 247.89º 0.96% 0.47% -
XYZ 3.67 1.59 17.57 -
YUV 22.48 182.47 126.23 -
System Red Green Blue C M Y K H S L
Decimal 20 5 119 0.83 0.96 0 0.53 247.89 0.92 0.24
Hex 14 5 77 53 60 0 35 F8 5C 18
Octal 24 5 167 123 140 0 65 370 134 30
Binary 10100 101 1110111 1010011 1100000 0 110101 11111000 1011100 11000

Color Harmonies of #140577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140577

Black with #140577

Text Example


Text Example

White with #140577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140577; }

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

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

background-color css

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

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

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

border-color css

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

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

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