#1405AD

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

Shades of New Midnight Blue #1405AD

Tints of New Midnight Blue #1405AD

Color information

#1405AD (or 0x1405AD) is unknown color: approx New Midnight Blue. HEX triplet: 14, 05 and AD. RGB value is (20,5,173). Sum of RGB (Red+Green+Blue) = 20+5+173=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 173 (67.97% from 255 or 87.37% from 198); Max value from RGB is 173 - color contains mainly: blue. Hex color #1405AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1405AD is #EBFA52. Grayscale: #1B1B1B. Windows color (decimal): -15465043 or 11339028. OLE color: 11339028.

HSL color Cylindrical-coordinate representation of color #1405AD: hue angle of 245.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1405AD is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB205173-
CMYK0.880.9700.32
HSL245.36º94.38%34.9%-
HSV(B)245.36º97.11%67.84%-
XYZ7.893.2739.75-
YUV28.64209.47121.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 173 (67.97% from 255) = 87.37%
R=10.10%
G=2.53%
B=87.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2051730.880.9700.32245.3694.3834.9
Hex145AD5861020f55e23
Octal24525513014104036513643
Binary1010010110101101101100011000010100000111101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1405AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1405AD; }

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

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

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

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

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

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

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

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