Html Css Color HEX #141580 Midnight Blue

📋 copy color: '#141580'

red 20 ◦ green 21 ◦ blue 128

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

Shades of Midnight Blue #141580

Tints of Midnight Blue #141580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

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

R = 11.83%
G = 12.43%
B = 75.74%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#141580 (or 0x141580) is known color: Midnight Blue. HEX triplet: 14, 15 and 80. RGB value is (20,21,128). Sum of RGB (Red+Green+Blue) = 20+21+128=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 128 (50.39% from 255 or 75.74% from 169); Max value from RGB is 128 - color contains mainly: blue. Hex color #141580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141580 is #EBEA7F. Grayscale: #202020. Windows color (decimal): -15460992 or 8394004. OLE color: 8394004.

HSL color Cylindrical-coordinate representation of color #141580: hue angle of 239.44º 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 #141580 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 21 128 -
CMYK 0.84 0.84 0 0.50
HSL 239.44º 0.73% 0.29% -
HSV(B) 239.44º 0.84% 0.5% -
XYZ 4.45 2.24 20.62 -
YUV 32.9 181.67 118.8 -
System Red Green Blue C M Y K H S L
Decimal 20 21 128 0.84 0.84 0 0.50 239.44 0.73 0.29
Hex 14 15 80 54 54 0 32 EF 49 1D
Octal 24 25 200 124 124 0 62 357 111 35
Binary 10100 10101 10000000 1010100 1010100 0 110010 11101111 1001001 11101

Color Harmonies of #141580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141580

Black with #141580

Text Example


Text Example

White with #141580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141580; }

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

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

background-color css

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

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

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

border-color css

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

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

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