#1100af

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

Shades of New Midnight Blue #1100AF

Tints of New Midnight Blue #1100AF

Color information

#1100AF (or 0x1100AF) is unknown color: approx New Midnight Blue. HEX triplet: 11, 00 and AF. RGB value is (17,0,175). Sum of RGB (Red+Green+Blue) = 17+0+175=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 175 (68.75% from 255 or 91.15% from 192); Max value from RGB is 175 - color contains mainly: blue. Hex color #1100AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1100AF is #EEFF50. Grayscale: #181818. Windows color (decimal): -15662929 or 11468817. OLE color: 11468817.

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

Color convert

RGB170175-
CMYK0.90100.31
HSL245.83º100%34.31%-
HSV(B)245.83º100%68.63%-
XYZ7.973.2140.76-
YUV25.03212.63122.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 91.15%
R=8.85%
G=0%
B=91.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701750.90100.31245.8310034.31
Hex110AF5A6401Ff66422
Octal21025713214403736614442
Binary1000101010111110110101100100011111111101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1100af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1100af; }

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

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

<style>
 a { background-color: #1100af; }

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

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

<style>
 span { border-color: #1100af; }

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

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