#141059

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

Shades of Midnight Blue #141059

Tints of Midnight Blue #141059

Color information

#141059 (or 0x141059) is unknown color: approx Midnight Blue. HEX triplet: 14, 10 and 59. RGB value is (20,16,89). Sum of RGB (Red+Green+Blue) = 20+16+89=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #141059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141059 is #EBEFA6. Grayscale: #191919. Windows color (decimal): -15462311 or 5836820. OLE color: 5836820.

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

Color convert

RGB201689-
CMYK0.780.8200.65
HSL243.29º69.52%20.59%-
HSV(B)243.29º82.02%34.9%-
XYZ2.281.249.57-
YUV25.52163.83124.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 89 (35.16% from 255) = 71.2%
R=16%
G=12.8%
B=71.2%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2016890.780.8200.65243.2969.5220.59
Hex1410594E52041f34615
Octal2420131116122010136310625
Binary10100100001011001100111010100100100000111110011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141059; }

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

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

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

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

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

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

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

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