#1104AB

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

Shades of New Midnight Blue #1104AB

Tints of New Midnight Blue #1104AB

Color information

#1104AB (or 0x1104AB) is unknown color: approx New Midnight Blue. HEX triplet: 11, 04 and AB. RGB value is (17,4,171). Sum of RGB (Red+Green+Blue) = 17+4+171=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 171 (67.19% from 255 or 89.06% from 192); Max value from RGB is 171 - color contains mainly: blue. Hex color #1104AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1104AB is #EEFB54. Grayscale: #1A1A1A. Windows color (decimal): -15661909 or 11207697. OLE color: 11207697.

HSL color Cylindrical-coordinate representation of color #1104AB: hue angle of 244.67º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1104AB is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB174171-
CMYK0.900.9800.33
HSL244.67º95.43%34.31%-
HSV(B)244.67º97.66%67.06%-
XYZ7.633.1538.73-
YUV26.92209.31120.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 171 (67.19% from 255) = 89.06%
R=8.85%
G=2.08%
B=89.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1741710.900.9800.33244.6795.4334.31
Hex114AB5A62021f55f22
Octal21425313214204136513742
Binary1000110010101011101101011000100100001111101011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1104AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1104AB; }

 p { color: rgb(17,4,171); }

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

<style>
 a { background-color: #1104AB; }

 a { background-color: rgb(17,4,171); }

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

<style>
 span { border-color: #1104AB; }

 span { border-color: rgb(17,4,171); }

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