Html Css Color HEX #141976 Midnight Blue

📋 copy color: '#141976'

red 20 ◦ green 25 ◦ blue 118

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

Shades of Midnight Blue #141976

Tints of Midnight Blue #141976

RGB

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

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

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

R = 12.27%
G = 15.34%
B = 72.39%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#141976 (or 0x141976) is known color: Midnight Blue. HEX triplet: 14, 19 and 76. RGB value is (20,25,118). Sum of RGB (Red+Green+Blue) = 20+25+118=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #141976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141976 is #EBE689. Grayscale: #212121. Windows color (decimal): -15459978 or 7739668. OLE color: 7739668.

HSL color Cylindrical-coordinate representation of color #141976: hue angle of 236.94º 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 #141976 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 25 118 -
CMYK 0.83 0.79 0 0.54
HSL 236.94º 0.71% 0.27% -
HSV(B) 236.94º 0.83% 0.46% -
XYZ 3.91 2.15 17.35 -
YUV 34.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 20 25 118 0.83 0.79 0 0.54 236.94 0.71 0.27
Hex 14 19 76 53 4F 0 36 ED 47 1B
Octal 24 31 166 123 117 0 66 355 107 33
Binary 10100 11001 1110110 1010011 1001111 0 110110 11101101 1000111 11011

Color Harmonies of #141976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141976

Black with #141976

Text Example


Text Example

White with #141976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141976; }

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

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

background-color css

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

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

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

border-color css

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

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

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