Html Css Color HEX #140976 Midnight Blue

📋 copy color: '#140976'

red 20 ◦ green 9 ◦ blue 118

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

Shades of Midnight Blue #140976

Tints of Midnight Blue #140976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 80.27%

R = 13.61%
G = 6.12%
B = 80.27%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#140976 (or 0x140976) is known color: Midnight Blue. HEX triplet: 14, 09 and 76. RGB value is (20,9,118). Sum of RGB (Red+Green+Blue) = 20+9+118=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 118 (46.48% from 255 or 80.27% from 147); Max value from RGB is 118 - color contains mainly: blue. Hex color #140976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140976 is #EBF689. Grayscale: #181818. Windows color (decimal): -15464074 or 7735572. OLE color: 7735572.

HSL color Cylindrical-coordinate representation of color #140976: hue angle of 246.06º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140976 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 9 118 -
CMYK 0.83 0.92 0 0.54
HSL 246.06º 0.86% 0.25% -
HSV(B) 246.06º 0.92% 0.46% -
XYZ 3.66 1.65 17.27 -
YUV 24.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 20 9 118 0.83 0.92 0 0.54 246.06 0.86 0.25
Hex 14 9 76 53 5C 0 36 F6 56 19
Octal 24 11 166 123 134 0 66 366 126 31
Binary 10100 1001 1110110 1010011 1011100 0 110110 11110110 1010110 11001

Color Harmonies of #140976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140976

Black with #140976

Text Example


Text Example

White with #140976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140976; }

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

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

background-color css

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

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

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

border-color css

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

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

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