Html Css Color HEX #141974 Midnight Blue

📋 copy color: '#141974'

red 20 ◦ green 25 ◦ blue 116

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

Shades of Midnight Blue #141974

Tints of Midnight Blue #141974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 72.05%

R = 12.42%
G = 15.53%
B = 72.05%

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

#141974 (or 0x141974) is known color: Midnight Blue. HEX triplet: 14, 19 and 74. RGB value is (20,25,116). Sum of RGB (Red+Green+Blue) = 20+25+116=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #141974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141974 is #EBE68B. Grayscale: #212121. Windows color (decimal): -15459980 or 7608596. OLE color: 7608596.

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

Color convert

RGB 20 25 116 -
CMYK 0.83 0.78 0 0.55
HSL 236.88º 0.71% 0.27% -
HSV(B) 236.88º 0.83% 0.45% -
XYZ 3.79 2.1 16.73 -
YUV 33.88 174.34 118.1 -
System Red Green Blue C M Y K H S L
Decimal 20 25 116 0.83 0.78 0 0.55 236.88 0.71 0.27
Hex 14 19 74 53 4E 0 37 ED 47 1B
Octal 24 31 164 123 116 0 67 355 107 33
Binary 10100 11001 1110100 1010011 1001110 0 110111 11101101 1000111 11011

Color Harmonies of #141974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141974

Black with #141974

Text Example


Text Example

White with #141974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141974; }

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

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

background-color css

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

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

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

border-color css

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

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

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