#110DAA

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

Shades of New Midnight Blue #110DAA

Tints of New Midnight Blue #110DAA

Color information

#110DAA (or 0x110DAA) is unknown color: approx New Midnight Blue. HEX triplet: 11, 0D and AA. RGB value is (17,13,170). Sum of RGB (Red+Green+Blue) = 17+13+170=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #110DAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110DAA is #EEF255. Grayscale: #1F1F1F. Windows color (decimal): -15659606 or 11144465. OLE color: 11144465.

HSL color Cylindrical-coordinate representation of color #110DAA: hue angle of 241.53º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110DAA is Cyan = 0.9, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1713170-
CMYK0.90.9200.33
HSL241.53º85.79%35.88%-
HSV(B)241.53º92.35%66.67%-
XYZ7.633.3138.27-
YUV32.09205.83117.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 13 (5.47% from 255) = 6.5%
BLUE value IS 170 (66.80% from 255) = 85%
R=8.5%
G=6.5%
B=85%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17131700.90.9200.33241.5385.7935.88
Hex11DAA5A5C021f25624
Octal211525213213404136212644
Binary10001110110101010101101010111000100001111100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110DAA; }

 p { color: rgb(17,13,170); }

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

<style>
 a { background-color: #110DAA; }

 a { background-color: rgb(17,13,170); }

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

<style>
 span { border-color: #110DAA; }

 span { border-color: rgb(17,13,170); }

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