#141A60

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

Shades of Midnight Blue #141A60

Tints of Midnight Blue #141A60

Color information

#141A60 (or 0x141A60) is unknown color: approx Midnight Blue. HEX triplet: 14, 1A and 60. RGB value is (20,26,96). Sum of RGB (Red+Green+Blue) = 20+26+96=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #141A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A60 is #EBE59F. Grayscale: #1F1F1F. Windows color (decimal): -15459744 or 6298132. OLE color: 6298132.

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

Color convert

RGB202696-
CMYK0.790.7300.62
HSL235.26º65.52%22.75%-
HSV(B)235.26º79.17%37.65%-
XYZ2.771.7311.25-
YUV32.19164.01119.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 96 (37.89% from 255) = 67.61%
R=14.08%
G=18.31%
B=67.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2026960.790.7300.62235.2665.5222.75
Hex141A604F4903Eeb4217
Octal243214011711107635310227
Binary1010011010110000010011111001001011111011101011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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