#141063

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

Shades of Midnight Blue #141063

Tints of Midnight Blue #141063

Color information

#141063 (or 0x141063) is unknown color: approx Midnight Blue. HEX triplet: 14, 10 and 63. RGB value is (20,16,99). Sum of RGB (Red+Green+Blue) = 20+16+99=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #141063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141063 is #EBEF9C. Grayscale: #1A1A1A. Windows color (decimal): -15462301 or 6492180. OLE color: 6492180.

HSL color Cylindrical-coordinate representation of color #141063: hue angle of 242.89º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141063 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB201699-
CMYK0.800.8400.61
HSL242.89º72.17%22.55%-
HSV(B)242.89º83.84%38.82%-
XYZ2.731.4211.93-
YUV26.66168.83123.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 99 (39.06% from 255) = 73.33%
R=14.81%
G=11.85%
B=73.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2016990.800.8400.61242.8972.1722.55
Hex141063505403Df34817
Octal242014312012407536311027
Binary1010010000110001110100001010100011110111110011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141063; }

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

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

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

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

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

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

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

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