#1005AD

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

Shades of New Midnight Blue #1005AD

Tints of New Midnight Blue #1005AD

Color information

#1005AD (or 0x1005AD) is unknown color: approx New Midnight Blue. HEX triplet: 10, 05 and AD. RGB value is (16,5,173). Sum of RGB (Red+Green+Blue) = 16+5+173=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 173 (67.97% from 255 or 89.18% from 194); Max value from RGB is 173 - color contains mainly: blue. Hex color #1005AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1005AD is #EFFA52. Grayscale: #1A1A1A. Windows color (decimal): -15727187 or 11339024. OLE color: 11339024.

HSL color Cylindrical-coordinate representation of color #1005AD: hue angle of 243.93º 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 #1005AD is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165173-
CMYK0.910.9700.32
HSL243.93º94.38%34.9%-
HSV(B)243.93º97.11%67.84%-
XYZ7.813.2439.75-
YUV27.44210.14119.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 173 (67.97% from 255) = 89.18%
R=8.25%
G=2.58%
B=89.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651730.910.9700.32243.9394.3834.9
Hex105AD5B61020f45e23
Octal20525513314104036413643
Binary1000010110101101101101111000010100000111101001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1005AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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