Html Css Color HEX #141D76 Midnight Blue

📋 copy color: '#141D76'

red 20 ◦ green 29 ◦ blue 118

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

Shades of Midnight Blue #141D76

Tints of Midnight Blue #141D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 70.66%

R = 11.98%
G = 17.37%
B = 70.66%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#141D76 (or 0x141D76) is known color: Midnight Blue. HEX triplet: 14, 1D and 76. RGB value is (20,29,118). Sum of RGB (Red+Green+Blue) = 20+29+118=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #141D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D76 is #EBE289. Grayscale: #242424. Windows color (decimal): -15458954 or 7740692. OLE color: 7740692.

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

Color convert

RGB 20 29 118 -
CMYK 0.83 0.75 0 0.54
HSL 234.49º 0.71% 0.27% -
HSV(B) 234.49º 0.83% 0.46% -
XYZ 4 2.34 17.38 -
YUV 36.46 174.02 116.26 -
System Red Green Blue C M Y K H S L
Decimal 20 29 118 0.83 0.75 0 0.54 234.49 0.71 0.27
Hex 14 1D 76 53 4B 0 36 EA 47 1B
Octal 24 35 166 123 113 0 66 352 107 33
Binary 10100 11101 1110110 1010011 1001011 0 110110 11101010 1000111 11011

Color Harmonies of #141D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D76

Black with #141D76

Text Example


Text Example

White with #141D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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