Html Css Color HEX #140070 Midnight Blue

📋 copy color: '#140070'

red 20 ◦ green 0 ◦ blue 112

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

Shades of Midnight Blue #140070

Tints of Midnight Blue #140070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.15%
G = 0%
B = 84.85%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140070 (or 0x140070) is known color: Midnight Blue. HEX triplet: 14, 00 and 70. RGB value is (20,0,112). Sum of RGB (Red+Green+Blue) = 20+0+112=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #140070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140070 is #EBFF8F. Grayscale: #121212. Windows color (decimal): -15466384 or 7340052. OLE color: 7340052.

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

Color convert

RGB 20 0 112 -
CMYK 0.82 1 0 0.56
HSL 250.71º 1% 0.22% -
HSV(B) 250.71º 1% 0.44% -
XYZ 3.21 1.32 15.41 -
YUV 18.75 180.63 128.89 -
System Red Green Blue C M Y K H S L
Decimal 20 0 112 0.82 1 0 0.56 250.71 1 0.22
Hex 14 0 70 52 64 0 38 FB 64 16
Octal 24 0 160 122 144 0 70 373 144 26
Binary 10100 0 1110000 1010010 1100100 0 111000 11111011 1100100 10110

Color Harmonies of #140070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140070

Black with #140070

Text Example


Text Example

White with #140070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140070; }

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

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

background-color css

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

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

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

border-color css

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

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

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