#141260

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

Shades of Midnight Blue #141260

Tints of Midnight Blue #141260

Color information

#141260 (or 0x141260) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 60. RGB value is (20,18,96). Sum of RGB (Red+Green+Blue) = 20+18+96=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #141260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141260 is #EBED9F. Grayscale: #1B1B1B. Windows color (decimal): -15461792 or 6296084. OLE color: 6296084.

HSL color Cylindrical-coordinate representation of color #141260: hue angle of 241.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141260 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB201896-
CMYK0.790.8100.62
HSL241.54º68.42%22.35%-
HSV(B)241.54º81.25%37.65%-
XYZ2.621.4311.2-
YUV27.49166.66122.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 96 (37.89% from 255) = 71.64%
R=14.93%
G=13.43%
B=71.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2018960.790.8100.62241.5468.4222.35
Hex1412604F5103Ef24416
Octal242214011712107636210426
Binary1010010010110000010011111010001011111011110010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141260; }

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

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

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

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

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

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

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

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