#14005D

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

Shades of Midnight Blue #14005D

Tints of Midnight Blue #14005D

Color information

#14005D (or 0x14005D) is unknown color: approx Midnight Blue. HEX triplet: 14, 00 and 5D. RGB value is (20,0,93). Sum of RGB (Red+Green+Blue) = 20+0+93=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #14005D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14005D is #EBFFA2. Grayscale: #101010. Windows color (decimal): -15466403 or 6094868. OLE color: 6094868.

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

Color convert

RGB20093-
CMYK0.78100.64
HSL252.9º100%18.24%-
HSV(B)252.9º100%36.47%-
XYZ2.260.9410.42-
YUV16.58171.13130.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 82.30%
R=17.70%
G=0%
B=82.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal200930.78100.64252.910018.24
Hex1405D4E64040fd6412
Octal240135116144010037514422
Binary1010001011101100111011001000100000011111101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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