Html Css Color HEX #141D72 Midnight Blue

📋 copy color: '#141D72'

red 20 ◦ green 29 ◦ blue 114

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

Shades of Midnight Blue #141D72

Tints of Midnight Blue #141D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.94%

R = 12.27%
G = 17.79%
B = 69.94%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#141D72 (or 0x141D72) is known color: Midnight Blue. HEX triplet: 14, 1D and 72. RGB value is (20,29,114). Sum of RGB (Red+Green+Blue) = 20+29+114=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #141D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D72 is #EBE28D. Grayscale: #232323. Windows color (decimal): -15458958 or 7478548. OLE color: 7478548.

HSL color Cylindrical-coordinate representation of color #141D72: hue angle of 234.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141D72 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 29 114 -
CMYK 0.82 0.75 0 0.55
HSL 234.26º 0.7% 0.26% -
HSV(B) 234.26º 0.82% 0.45% -
XYZ 3.77 2.24 16.15 -
YUV 36 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 20 29 114 0.82 0.75 0 0.55 234.26 0.7 0.26
Hex 14 1D 72 52 4B 0 37 EA 46 1A
Octal 24 35 162 122 113 0 67 352 106 32
Binary 10100 11101 1110010 1010010 1001011 0 110111 11101010 1000110 11010

Color Harmonies of #141D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D72

Black with #141D72

Text Example


Text Example

White with #141D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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