#141E61

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

Shades of Midnight Blue #141E61

Tints of Midnight Blue #141E61

Color information

#141E61 (or 0x141E61) is unknown color: approx Midnight Blue. HEX triplet: 14, 1E and 61. RGB value is (20,30,97). Sum of RGB (Red+Green+Blue) = 20+30+97=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #141E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E61 is #EBE19E. Grayscale: #222222. Windows color (decimal): -15458719 or 6364692. OLE color: 6364692.

HSL color Cylindrical-coordinate representation of color #141E61: hue angle of 232.21º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141E61 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB203097-
CMYK0.790.6900.62
HSL232.21º65.81%22.94%-
HSV(B)232.21º79.38%38.04%-
XYZ2.911.9411.53-
YUV34.65163.19117.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 97 (38.28% from 255) = 65.99%
R=13.61%
G=20.41%
B=65.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2030970.790.6900.62232.2165.8122.94
Hex141E614F4503Ee84217
Octal243614111710507635010227
Binary1010011110110000110011111000101011111011101000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,30,97); }

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

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

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

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

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

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

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