#14055B

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

Shades of Midnight Blue #14055B

Tints of Midnight Blue #14055B

Color information

#14055B (or 0x14055B) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 5B. RGB value is (20,5,91). Sum of RGB (Red+Green+Blue) = 20+5+91=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #14055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14055B is #EBFAA4. Grayscale: #121212. Windows color (decimal): -15465125 or 5965076. OLE color: 5965076.

HSL color Cylindrical-coordinate representation of color #14055B: hue angle of 250.47º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14055B is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB20591-
CMYK0.780.9500.64
HSL250.47º89.58%18.82%-
HSV(B)250.47º94.51%35.69%-
XYZ2.231.019.98-
YUV19.29168.47128.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 91 (35.94% from 255) = 78.45%
R=17.24%
G=4.31%
B=78.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal205910.780.9500.64250.4789.5818.82
Hex1455B4E5F040fa5a13
Octal245133116137010037213223
Binary101001011011011100111010111110100000011111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14055B; }

 p { color: rgb(20,5,91); }

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

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

 a { background-color: rgb(20,5,91); }

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

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

 span { border-color: rgb(20,5,91); }

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