#141259

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

Shades of Midnight Blue #141259

Tints of Midnight Blue #141259

Color information

#141259 (or 0x141259) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 59. RGB value is (20,18,89). Sum of RGB (Red+Green+Blue) = 20+18+89=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #141259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141259 is #EBEDA6. Grayscale: #1A1A1A. Windows color (decimal): -15461799 or 5837332. OLE color: 5837332.

HSL color Cylindrical-coordinate representation of color #141259: hue angle of 241.69º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141259 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB201889-
CMYK0.780.8000.65
HSL241.69º66.36%20.98%-
HSV(B)241.69º79.78%34.9%-
XYZ2.311.39.58-
YUV26.69163.16123.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 89 (35.16% from 255) = 70.08%
R=15.75%
G=14.17%
B=70.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2018890.780.8000.65241.6966.3620.98
Hex1412594E50041f24215
Octal2422131116120010136210225
Binary10100100101011001100111010100000100000111110010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141259; }

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

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

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

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

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

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

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

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