#141F76

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

Shades of Midnight Blue #141F76

Tints of Midnight Blue #141F76

Color information

#141F76 (or 0x141F76) is unknown color: approx Midnight Blue. HEX triplet: 14, 1F and 76. RGB value is (20,31,118). Sum of RGB (Red+Green+Blue) = 20+31+118=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #141F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F76 is #EBE089. Grayscale: #252525. Windows color (decimal): -15458442 or 7741204. OLE color: 7741204.

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

Color convert

RGB2031118-
CMYK0.830.7400.54
HSL233.27º71.01%27.06%-
HSV(B)233.27º83.05%46.27%-
XYZ4.052.4417.4-
YUV37.63173.36115.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 118 (46.48% from 255) = 69.82%
R=11.83%
G=18.34%
B=69.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20311180.830.7400.54233.2771.0127.06
Hex141F76534A036e9471b
Octal243716612311206635110733
Binary1010011111111011010100111001010011011011101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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