Html Css Color HEX #141476 Midnight Blue

📋 copy color: '#141476'

red 20 ◦ green 20 ◦ blue 118

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

Shades of Midnight Blue #141476

Tints of Midnight Blue #141476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.66%

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

R = 12.66%
G = 12.66%
B = 74.68%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#141476 (or 0x141476) is known color: Midnight Blue. HEX triplet: 14, 14 and 76. RGB value is (20,20,118). Sum of RGB (Red+Green+Blue) = 20+20+118=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #141476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141476 is #EBEB89. Grayscale: #1E1E1E. Windows color (decimal): -15461258 or 7738388. OLE color: 7738388.

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

Color convert

RGB 20 20 118 -
CMYK 0.83 0.83 0 0.54
HSL 240º 0.71% 0.27% -
HSV(B) 240º 0.83% 0.46% -
XYZ 3.81 1.96 17.32 -
YUV 31.17 177 120.03 -
System Red Green Blue C M Y K H S L
Decimal 20 20 118 0.83 0.83 0 0.54 240 0.71 0.27
Hex 14 14 76 53 53 0 36 F0 47 1B
Octal 24 24 166 123 123 0 66 360 107 33
Binary 10100 10100 1110110 1010011 1010011 0 110110 11110000 1000111 11011

Color Harmonies of #141476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141476

Black with #141476

Text Example


Text Example

White with #141476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141476; }

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

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

background-color css

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

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

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

border-color css

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

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

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