#1017AE

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

Shades of New Midnight Blue #1017AE

Tints of New Midnight Blue #1017AE

Color information

#1017AE (or 0x1017AE) is unknown color: approx New Midnight Blue. HEX triplet: 10, 17 and AE. RGB value is (16,23,174). Sum of RGB (Red+Green+Blue) = 16+23+174=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #1017AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1017AE is #EFE851. Grayscale: #252525. Windows color (decimal): -15722578 or 11409168. OLE color: 11409168.

HSL color Cylindrical-coordinate representation of color #1017AE: hue angle of 237.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1017AE is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1623174-
CMYK0.910.8700.32
HSL237.34º83.16%37.25%-
HSV(B)237.34º90.8%68.24%-
XYZ8.163.7840.34-
YUV38.12204.68112.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 174 (68.36% from 255) = 81.69%
R=7.51%
G=10.80%
B=81.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16231740.910.8700.32237.3483.1637.25
Hex1017AE5B57020ed5325
Octal202725613312704035512345
Binary100001011110101110101101110101110100000111011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1017AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1017AE; }

 p { color: rgb(16,23,174); }

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

<style>
 a { background-color: #1017AE; }

 a { background-color: rgb(16,23,174); }

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

<style>
 span { border-color: #1017AE; }

 span { border-color: rgb(16,23,174); }

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