#141E60

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

Shades of Midnight Blue #141E60

Tints of Midnight Blue #141E60

Color information

#141E60 (or 0x141E60) is unknown color: approx Midnight Blue. HEX triplet: 14, 1E and 60. RGB value is (20,30,96). Sum of RGB (Red+Green+Blue) = 20+30+96=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #141E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E60 is #EBE19F. Grayscale: #222222. Windows color (decimal): -15458720 or 6299156. OLE color: 6299156.

HSL color Cylindrical-coordinate representation of color #141E60: hue angle of 232.11º 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 #141E60 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB203096-
CMYK0.790.6900.62
HSL232.11º65.52%22.75%-
HSV(B)232.11º79.17%37.65%-
XYZ2.861.9211.29-
YUV34.53162.69117.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=13.70%
G=20.55%
B=65.75%

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
Decimal2030960.790.6900.62232.1165.5222.75
Hex141E604F4503Ee84217
Octal243614011710507635010227
Binary1010011110110000010011111000101011111011101000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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