Html Css Color HEX #141980 Midnight Blue

📋 copy color: '#141980'

red 20 ◦ green 25 ◦ blue 128

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

Shades of Midnight Blue #141980

Tints of Midnight Blue #141980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 128 (50.39% from 255) = 73.99%

R = 11.56%
G = 14.45%
B = 73.99%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#141980 (or 0x141980) is known color: Midnight Blue. HEX triplet: 14, 19 and 80. RGB value is (20,25,128). Sum of RGB (Red+Green+Blue) = 20+25+128=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #141980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141980 is #EBE67F. Grayscale: #222222. Windows color (decimal): -15459968 or 8395028. OLE color: 8395028.

HSL color Cylindrical-coordinate representation of color #141980: hue angle of 237.22º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141980 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 25 128 -
CMYK 0.84 0.80 0 0.50
HSL 237.22º 0.73% 0.29% -
HSV(B) 237.22º 0.84% 0.5% -
XYZ 4.53 2.4 20.65 -
YUV 35.25 180.34 117.12 -
System Red Green Blue C M Y K H S L
Decimal 20 25 128 0.84 0.80 0 0.50 237.22 0.73 0.29
Hex 14 19 80 54 50 0 32 ED 49 1D
Octal 24 31 200 124 120 0 62 355 111 35
Binary 10100 11001 10000000 1010100 1010000 0 110010 11101101 1001001 11101

Color Harmonies of #141980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141980

Black with #141980

Text Example


Text Example

White with #141980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141980; }

 p { color: rgb(20,25,128); }

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

background-color css

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

 a { background-color: rgb(20,25,128); }

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

border-color css

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

 span { border-color: rgb(20,25,128); }

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