#141860

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

Shades of Midnight Blue #141860

Tints of Midnight Blue #141860

Color information

#141860 (or 0x141860) is unknown color: approx Midnight Blue. HEX triplet: 14, 18 and 60. RGB value is (20,24,96). Sum of RGB (Red+Green+Blue) = 20+24+96=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #141860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141860 is #EBE79F. Grayscale: #1E1E1E. Windows color (decimal): -15460256 or 6297620. OLE color: 6297620.

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

Color convert

RGB202496-
CMYK0.790.7500.62
HSL236.84º65.52%22.75%-
HSV(B)236.84º79.17%37.65%-
XYZ2.731.6511.24-
YUV31.01164.67120.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 96 (37.89% from 255) = 68.57%
R=14.29%
G=17.14%
B=68.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2024960.790.7500.62236.8465.5222.75
Hex1418604F4B03Eed4217
Octal243014011711307635510227
Binary1010011000110000010011111001011011111011101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141860; }

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

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

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

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

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

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

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

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