#141F79

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

Shades of Midnight Blue #141F79

Tints of Midnight Blue #141F79

Color information

#141F79 (or 0x141F79) is unknown color: approx Midnight Blue. HEX triplet: 14, 1F and 79. RGB value is (20,31,121). Sum of RGB (Red+Green+Blue) = 20+31+121=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 121 (47.66% from 255 or 70.35% from 172); Max value from RGB is 121 - color contains mainly: blue. Hex color #141F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F79 is #EBE086. Grayscale: #252525. Windows color (decimal): -15458439 or 7937812. OLE color: 7937812.

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

Color convert

RGB2031121-
CMYK0.830.7400.53
HSL233.47º71.63%27.65%-
HSV(B)233.47º83.47%47.45%-
XYZ4.232.5118.35-
YUV37.97174.86115.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 31 (12.5% from 255) = 18.02%
BLUE value IS 121 (47.66% from 255) = 70.35%
R=11.63%
G=18.02%
B=70.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20311210.830.7400.53233.4771.6327.65
Hex141F79534A035e9481c
Octal243717112311206535111034
Binary1010011111111100110100111001010011010111101001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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