#14105D

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

Shades of Midnight Blue #14105D

Tints of Midnight Blue #14105D

Color information

#14105D (or 0x14105D) is unknown color: approx Midnight Blue. HEX triplet: 14, 10 and 5D. RGB value is (20,16,93). Sum of RGB (Red+Green+Blue) = 20+16+93=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #14105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14105D is #EBEFA2. Grayscale: #191919. Windows color (decimal): -15462307 or 6098964. OLE color: 6098964.

HSL color Cylindrical-coordinate representation of color #14105D: hue angle of 243.12º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14105D is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB201693-
CMYK0.780.8300.64
HSL243.12º70.64%21.37%-
HSV(B)243.12º82.8%36.47%-
XYZ2.451.3110.48-
YUV25.97165.83123.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 93 (36.72% from 255) = 72.09%
R=15.50%
G=12.40%
B=72.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2016930.780.8300.64243.1270.6421.37
Hex14105D4E53040f34715
Octal2420135116123010036310725
Binary10100100001011101100111010100110100000011110011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14105D; }

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

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

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

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

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

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

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

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