Html Css Color HEX #141F80 Midnight Blue

📋 copy color: '#141F80'

red 20 ◦ green 31 ◦ blue 128

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

Shades of Midnight Blue #141F80

Tints of Midnight Blue #141F80

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.32%

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

R = 11.17%
G = 17.32%
B = 71.51%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#141F80 (or 0x141F80) is known color: Midnight Blue. HEX triplet: 14, 1F and 80. RGB value is (20,31,128). Sum of RGB (Red+Green+Blue) = 20+31+128=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 128 (50.39% from 255 or 71.51% from 179); Max value from RGB is 128 - color contains mainly: blue. Hex color #141F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141F80 is #EBE07F. Grayscale: #262626. Windows color (decimal): -15458432 or 8396564. OLE color: 8396564.

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

Color convert

RGB 20 31 128 -
CMYK 0.84 0.76 0 0.50
HSL 233.89º 0.73% 0.29% -
HSV(B) 233.89º 0.84% 0.5% -
XYZ 4.67 2.69 20.69 -
YUV 38.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 20 31 128 0.84 0.76 0 0.50 233.89 0.73 0.29
Hex 14 1F 80 54 4C 0 32 EA 49 1D
Octal 24 37 200 124 114 0 62 352 111 35
Binary 10100 11111 10000000 1010100 1001100 0 110010 11101010 1001001 11101

Color Harmonies of #141F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F80

Black with #141F80

Text Example


Text Example

White with #141F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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