Html Css Color HEX #140559 Midnight Blue

📋 copy color: '#140559'

red 20 ◦ green 5 ◦ blue 89

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

Shades of Midnight Blue #140559

Tints of Midnight Blue #140559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 78.07%

R = 17.54%
G = 4.39%
B = 78.07%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#140559 (or 0x140559) is known color: Midnight Blue. HEX triplet: 14, 05 and 59. RGB value is (20,5,89). Sum of RGB (Red+Green+Blue) = 20+5+89=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 89 (35.16% from 255 or 78.07% from 114); Max value from RGB is 89 - color contains mainly: blue. Hex color #140559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140559 is #EBFAA6. Grayscale: #121212. Windows color (decimal): -15465127 or 5834004. OLE color: 5834004.

HSL color Cylindrical-coordinate representation of color #140559: hue angle of 250.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140559 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 5 89 -
CMYK 0.78 0.94 0 0.65
HSL 250.71º 0.89% 0.18% -
HSV(B) 250.71º 0.94% 0.35% -
XYZ 2.15 0.98 9.53 -
YUV 19.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 20 5 89 0.78 0.94 0 0.65 250.71 0.89 0.18
Hex 14 5 59 4E 5E 0 41 FB 59 12
Octal 24 5 131 116 136 0 101 373 131 22
Binary 10100 101 1011001 1001110 1011110 0 1000001 11111011 1011001 10010

Color Harmonies of #140559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140559

Black with #140559

Text Example


Text Example

White with #140559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140559; }

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

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

background-color css

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

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

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

border-color css

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

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

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