#141C76

Color #141C76 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #141C76

Tints of Midnight Blue #141C76

Color information

#141C76 (or 0x141C76) is unknown color: approx Midnight Blue. HEX triplet: 14, 1C and 76. RGB value is (20,28,118). Sum of RGB (Red+Green+Blue) = 20+28+118=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #141C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C76 is #EBE389. Grayscale: #232323. Windows color (decimal): -15459210 or 7740436. OLE color: 7740436.

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

Color convert

RGB2028118-
CMYK0.830.7600.54
HSL235.1º71.01%27.06%-
HSV(B)235.1º83.05%46.27%-
XYZ3.972.2917.37-
YUV35.87174.35116.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 118 (46.48% from 255) = 71.08%
R=12.05%
G=16.87%
B=71.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20281180.830.7600.54235.171.0127.06
Hex141C76534C036eb471b
Octal243416612311406635310733
Binary1010011100111011010100111001100011011011101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141C76; }

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

 H1.HeaderClassName
 {
   color: #141C76;
 }
 .AnyTagClassName
 {
   color: #141C76;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #141C76;
 }
 .BgClassName
 {
   background-color: #141C76;
 }
</style>
border-color css

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

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

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