#1117AF

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

Shades of New Midnight Blue #1117AF

Tints of New Midnight Blue #1117AF

Color information

#1117AF (or 0x1117AF) is unknown color: approx New Midnight Blue. HEX triplet: 11, 17 and AF. RGB value is (17,23,175). Sum of RGB (Red+Green+Blue) = 17+23+175=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 175 (68.75% from 255 or 81.40% from 215); Max value from RGB is 175 - color contains mainly: blue. Hex color #1117AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1117AF is #EEE850. Grayscale: #252525. Windows color (decimal): -15657041 or 11474705. OLE color: 11474705.

HSL color Cylindrical-coordinate representation of color #1117AF: hue angle of 237.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1117AF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1723175-
CMYK0.900.8700.31
HSL237.72º82.29%37.65%-
HSV(B)237.72º90.29%68.63%-
XYZ8.283.8340.86-
YUV38.53205.01112.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 175 (68.75% from 255) = 81.40%
R=7.91%
G=10.70%
B=81.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17231750.900.8700.31237.7282.2937.65
Hex1117AF5A5701Fee5226
Octal212725713212703735612246
Binary10001101111010111110110101010111011111111011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1117AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1117AF; }

 p { color: rgb(17,23,175); }

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

<style>
 a { background-color: #1117AF; }

 a { background-color: rgb(17,23,175); }

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

<style>
 span { border-color: #1117AF; }

 span { border-color: rgb(17,23,175); }

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