Html Css Color HEX #141676 Midnight Blue

📋 copy color: '#141676'

red 20 ◦ green 22 ◦ blue 118

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

Shades of Midnight Blue #141676

Tints of Midnight Blue #141676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.75%

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

R = 12.5%
G = 13.75%
B = 73.75%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#141676 (or 0x141676) is known color: Midnight Blue. HEX triplet: 14, 16 and 76. RGB value is (20,22,118). Sum of RGB (Red+Green+Blue) = 20+22+118=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #141676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141676 is #EBE989. Grayscale: #1F1F1F. Windows color (decimal): -15460746 or 7738900. OLE color: 7738900.

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

Color convert

RGB 20 22 118 -
CMYK 0.83 0.81 0 0.54
HSL 238.78º 0.71% 0.27% -
HSV(B) 238.78º 0.83% 0.46% -
XYZ 3.85 2.03 17.33 -
YUV 32.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 20 22 118 0.83 0.81 0 0.54 238.78 0.71 0.27
Hex 14 16 76 53 51 0 36 EF 47 1B
Octal 24 26 166 123 121 0 66 357 107 33
Binary 10100 10110 1110110 1010011 1010001 0 110110 11101111 1000111 11011

Color Harmonies of #141676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141676

Black with #141676

Text Example


Text Example

White with #141676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141676; }

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

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

background-color css

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

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

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

border-color css

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

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

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