Html Css Color HEX #140970 Midnight Blue

📋 copy color: '#140970'

red 20 ◦ green 9 ◦ blue 112

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

Shades of Midnight Blue #140970

Tints of Midnight Blue #140970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 79.43%

R = 14.18%
G = 6.38%
B = 79.43%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140970 (or 0x140970) is known color: Midnight Blue. HEX triplet: 14, 09 and 70. RGB value is (20,9,112). Sum of RGB (Red+Green+Blue) = 20+9+112=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #140970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140970 is #EBF68F. Grayscale: #171717. Windows color (decimal): -15464080 or 7342356. OLE color: 7342356.

HSL color Cylindrical-coordinate representation of color #140970: hue angle of 246.41º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140970 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 9 112 -
CMYK 0.82 0.92 0 0.56
HSL 246.41º 0.85% 0.24% -
HSV(B) 246.41º 0.92% 0.44% -
XYZ 3.31 1.51 15.45 -
YUV 24.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 20 9 112 0.82 0.92 0 0.56 246.41 0.85 0.24
Hex 14 9 70 52 5C 0 38 F6 55 18
Octal 24 11 160 122 134 0 70 366 125 30
Binary 10100 1001 1110000 1010010 1011100 0 111000 11110110 1010101 11000

Color Harmonies of #140970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140970

Black with #140970

Text Example


Text Example

White with #140970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140970; }

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

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

background-color css

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

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

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

border-color css

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

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

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