Html Css Color HEX #141973 Midnight Blue

📋 copy color: '#141973'

red 20 ◦ green 25 ◦ blue 115

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

Shades of Midnight Blue #141973

Tints of Midnight Blue #141973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 71.88%

R = 12.5%
G = 15.63%
B = 71.88%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#141973 (or 0x141973) is known color: Midnight Blue. HEX triplet: 14, 19 and 73. RGB value is (20,25,115). Sum of RGB (Red+Green+Blue) = 20+25+115=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #141973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141973 is #EBE68C. Grayscale: #212121. Windows color (decimal): -15459981 or 7543060. OLE color: 7543060.

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

Color convert

RGB 20 25 115 -
CMYK 0.83 0.78 0 0.55
HSL 236.84º 0.7% 0.26% -
HSV(B) 236.84º 0.83% 0.45% -
XYZ 3.73 2.08 16.42 -
YUV 33.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 20 25 115 0.83 0.78 0 0.55 236.84 0.7 0.26
Hex 14 19 73 53 4E 0 37 ED 46 1A
Octal 24 31 163 123 116 0 67 355 106 32
Binary 10100 11001 1110011 1010011 1001110 0 110111 11101101 1000110 11010

Color Harmonies of #141973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141973

Black with #141973

Text Example


Text Example

White with #141973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141973; }

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

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

background-color css

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

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

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

border-color css

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

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

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