#141F70

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

Shades of Midnight Blue #141F70

Tints of Midnight Blue #141F70

Color information

#141F70 (or 0x141F70) is unknown color: approx Midnight Blue. HEX triplet: 14, 1F and 70. RGB value is (20,31,112). Sum of RGB (Red+Green+Blue) = 20+31+112=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #141F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F70 is #EBE08F. Grayscale: #242424. Windows color (decimal): -15458448 or 7347988. OLE color: 7347988.

HSL color Cylindrical-coordinate representation of color #141F70: hue angle of 232.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141F70 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2031112-
CMYK0.820.7200.56
HSL232.83º69.7%25.88%-
HSV(B)232.83º82.14%43.92%-
XYZ3.72.315.58-
YUV36.94170.36115.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 31 (12.5% from 255) = 19.02%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=12.27%
G=19.02%
B=68.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20311120.820.7200.56232.8369.725.88
Hex141F705248038e9461a
Octal243716012211007035110632
Binary1010011111111000010100101001000011100011101001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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