Html Css Color HEX #141972 Midnight Blue

📋 copy color: '#141972'

red 20 ◦ green 25 ◦ blue 114

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

Shades of Midnight Blue #141972

Tints of Midnight Blue #141972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 12.58%
G = 15.72%
B = 71.7%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#141972 (or 0x141972) is known color: Midnight Blue. HEX triplet: 14, 19 and 72. RGB value is (20,25,114). Sum of RGB (Red+Green+Blue) = 20+25+114=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #141972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141972 is #EBE68D. Grayscale: #212121. Windows color (decimal): -15459982 or 7477524. OLE color: 7477524.

HSL color Cylindrical-coordinate representation of color #141972: hue angle of 236.81º 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 #141972 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 25 114 -
CMYK 0.82 0.78 0 0.55
HSL 236.81º 0.7% 0.26% -
HSV(B) 236.81º 0.82% 0.45% -
XYZ 3.67 2.06 16.12 -
YUV 33.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 20 25 114 0.82 0.78 0 0.55 236.81 0.7 0.26
Hex 14 19 72 52 4E 0 37 ED 46 1A
Octal 24 31 162 122 116 0 67 355 106 32
Binary 10100 11001 1110010 1010010 1001110 0 110111 11101101 1000110 11010

Color Harmonies of #141972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141972

Black with #141972

Text Example


Text Example

White with #141972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141972; }

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

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

background-color css

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

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

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

border-color css

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

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

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