Html Css Color HEX #140459 Midnight Blue

📋 copy color: '#140459'

red 20 ◦ green 4 ◦ blue 89

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

Shades of Midnight Blue #140459

Tints of Midnight Blue #140459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.54%

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

R = 17.7%
G = 3.54%
B = 78.76%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#140459 (or 0x140459) is known color: Midnight Blue. HEX triplet: 14, 04 and 59. RGB value is (20,4,89). Sum of RGB (Red+Green+Blue) = 20+4+89=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #140459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140459 is #EBFBA6. Grayscale: #121212. Windows color (decimal): -15465383 or 5833748. OLE color: 5833748.

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

Color convert

RGB 20 4 89 -
CMYK 0.78 0.96 0 0.65
HSL 251.29º 0.91% 0.18% -
HSV(B) 251.29º 0.96% 0.35% -
XYZ 2.14 0.96 9.52 -
YUV 18.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 20 4 89 0.78 0.96 0 0.65 251.29 0.91 0.18
Hex 14 4 59 4E 60 0 41 FB 5B 12
Octal 24 4 131 116 140 0 101 373 133 22
Binary 10100 100 1011001 1001110 1100000 0 1000001 11111011 1011011 10010

Color Harmonies of #140459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140459

Black with #140459

Text Example


Text Example

White with #140459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140459; }

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

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

background-color css

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

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

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

border-color css

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

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

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