Html Css Color HEX #141880 Midnight Blue

📋 copy color: '#141880'

red 20 ◦ green 24 ◦ blue 128

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

Shades of Midnight Blue #141880

Tints of Midnight Blue #141880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.95%

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

R = 11.63%
G = 13.95%
B = 74.42%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#141880 (or 0x141880) is known color: Midnight Blue. HEX triplet: 14, 18 and 80. RGB value is (20,24,128). Sum of RGB (Red+Green+Blue) = 20+24+128=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #141880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141880 is #EBE77F. Grayscale: #222222. Windows color (decimal): -15460224 or 8394772. OLE color: 8394772.

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

Color convert

RGB 20 24 128 -
CMYK 0.84 0.81 0 0.50
HSL 237.78º 0.73% 0.29% -
HSV(B) 237.78º 0.84% 0.5% -
XYZ 4.51 2.36 20.64 -
YUV 34.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 20 24 128 0.84 0.81 0 0.50 237.78 0.73 0.29
Hex 14 18 80 54 51 0 32 EE 49 1D
Octal 24 30 200 124 121 0 62 356 111 35
Binary 10100 11000 10000000 1010100 1010001 0 110010 11101110 1001001 11101

Color Harmonies of #141880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141880

Black with #141880

Text Example


Text Example

White with #141880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141880; }

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

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

background-color css

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

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

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

border-color css

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

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

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