#1400A5

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

Shades of New Midnight Blue #1400A5

Tints of New Midnight Blue #1400A5

Color information

#1400A5 (or 0x1400A5) is unknown color: approx New Midnight Blue. HEX triplet: 14, 00 and A5. RGB value is (20,0,165). Sum of RGB (Red+Green+Blue) = 20+0+165=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 165 (64.84% from 255 or 89.19% from 185); Max value from RGB is 165 - color contains mainly: blue. Hex color #1400A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1400A5 is #EBFF5A. Grayscale: #181818. Windows color (decimal): -15466331 or 10813460. OLE color: 10813460.

HSL color Cylindrical-coordinate representation of color #1400A5: hue angle of 247.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1400A5 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB200165-
CMYK0.88100.35
HSL247.27º100%32.35%-
HSV(B)247.27º100%64.71%-
XYZ7.082.8735.78-
YUV24.79207.13124.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 165 (64.84% from 255) = 89.19%
R=10.81%
G=0%
B=89.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2001650.88100.35247.2710032.35
Hex140A55864023f76420
Octal24024513014404336714440
Binary10100010100101101100011001000100011111101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1400A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1400A5; }

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

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

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

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

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

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

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

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