#141660

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

Shades of Midnight Blue #141660

Tints of Midnight Blue #141660

Color information

#141660 (or 0x141660) is unknown color: approx Midnight Blue. HEX triplet: 14, 16 and 60. RGB value is (20,22,96). Sum of RGB (Red+Green+Blue) = 20+22+96=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #141660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141660 is #EBE99F. Grayscale: #1D1D1D. Windows color (decimal): -15460768 or 6297108. OLE color: 6297108.

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

Color convert

RGB202296-
CMYK0.790.7700.62
HSL238.42º65.52%22.75%-
HSV(B)238.42º79.17%37.65%-
XYZ2.691.5711.23-
YUV29.84165.34120.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 96 (37.89% from 255) = 69.57%
R=14.49%
G=15.94%
B=69.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2022960.790.7700.62238.4265.5222.75
Hex1416604F4D03Eee4217
Octal242614011711507635610227
Binary1010010110110000010011111001101011111011101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141660; }

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

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

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

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

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

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

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

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