Html Css Color HEX #141979 Midnight Blue

📋 copy color: '#141979'

red 20 ◦ green 25 ◦ blue 121

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

Shades of Midnight Blue #141979

Tints of Midnight Blue #141979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 72.89%

R = 12.05%
G = 15.06%
B = 72.89%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#141979 (or 0x141979) is known color: Midnight Blue. HEX triplet: 14, 19 and 79. RGB value is (20,25,121). Sum of RGB (Red+Green+Blue) = 20+25+121=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #141979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141979 is #EBE686. Grayscale: #222222. Windows color (decimal): -15459975 or 7936276. OLE color: 7936276.

HSL color Cylindrical-coordinate representation of color #141979: hue angle of 237.03º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141979 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 25 121 -
CMYK 0.83 0.79 0 0.53
HSL 237.03º 0.72% 0.28% -
HSV(B) 237.03º 0.83% 0.47% -
XYZ 4.09 2.22 18.3 -
YUV 34.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 20 25 121 0.83 0.79 0 0.53 237.03 0.72 0.28
Hex 14 19 79 53 4F 0 35 ED 48 1C
Octal 24 31 171 123 117 0 65 355 110 34
Binary 10100 11001 1111001 1010011 1001111 0 110101 11101101 1001000 11100

Color Harmonies of #141979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141979

Black with #141979

Text Example


Text Example

White with #141979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141979; }

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

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

background-color css

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

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

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

border-color css

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

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

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