Html Css Color HEX #141D78 Midnight Blue

📋 copy color: '#141D78'

red 20 ◦ green 29 ◦ blue 120

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

Shades of Midnight Blue #141D78

Tints of Midnight Blue #141D78

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.16%

 BLUE value IS 120 (47.27% from 255) = 71.01%

R = 11.83%
G = 17.16%
B = 71.01%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#141D78 (or 0x141D78) is known color: Midnight Blue. HEX triplet: 14, 1D and 78. RGB value is (20,29,120). Sum of RGB (Red+Green+Blue) = 20+29+120=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #141D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D78 is #EBE287. Grayscale: #242424. Windows color (decimal): -15458952 or 7871764. OLE color: 7871764.

HSL color Cylindrical-coordinate representation of color #141D78: hue angle of 234.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141D78 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 29 120 -
CMYK 0.83 0.76 0 0.53
HSL 234.6º 0.71% 0.27% -
HSV(B) 234.6º 0.83% 0.47% -
XYZ 4.12 2.38 18.01 -
YUV 36.68 175.02 116.1 -
System Red Green Blue C M Y K H S L
Decimal 20 29 120 0.83 0.76 0 0.53 234.6 0.71 0.27
Hex 14 1D 78 53 4C 0 35 EB 47 1B
Octal 24 35 170 123 114 0 65 353 107 33
Binary 10100 11101 1111000 1010011 1001100 0 110101 11101011 1000111 11011

Color Harmonies of #141D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D78

Black with #141D78

Text Example


Text Example

White with #141D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,29,120); }

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

background-color css

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

 a { background-color: rgb(20,29,120); }

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

border-color css

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

 span { border-color: rgb(20,29,120); }

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