Html Css Color HEX #140959 Midnight Blue

📋 copy color: '#140959'

red 20 ◦ green 9 ◦ blue 89

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

Shades of Midnight Blue #140959

Tints of Midnight Blue #140959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.63%

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

R = 16.95%
G = 7.63%
B = 75.42%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#140959 (or 0x140959) is known color: Midnight Blue. HEX triplet: 14, 09 and 59. RGB value is (20,9,89). Sum of RGB (Red+Green+Blue) = 20+9+89=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #140959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140959 is #EBF6A6. Grayscale: #151515. Windows color (decimal): -15464103 or 5835028. OLE color: 5835028.

HSL color Cylindrical-coordinate representation of color #140959: hue angle of 248.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140959 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 9 89 -
CMYK 0.78 0.90 0 0.65
HSL 248.25º 0.82% 0.19% -
HSV(B) 248.25º 0.9% 0.35% -
XYZ 2.19 1.07 9.54 -
YUV 21.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 20 9 89 0.78 0.90 0 0.65 248.25 0.82 0.19
Hex 14 9 59 4E 5A 0 41 F8 52 13
Octal 24 11 131 116 132 0 101 370 122 23
Binary 10100 1001 1011001 1001110 1011010 0 1000001 11111000 1010010 10011

Color Harmonies of #140959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140959

Black with #140959

Text Example


Text Example

White with #140959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140959; }

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

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

background-color css

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

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

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

border-color css

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

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

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