#110EAA

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

Shades of New Midnight Blue #110EAA

Tints of New Midnight Blue #110EAA

Color information

#110EAA (or 0x110EAA) is unknown color: approx New Midnight Blue. HEX triplet: 11, 0E and AA. RGB value is (17,14,170). Sum of RGB (Red+Green+Blue) = 17+14+170=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #110EAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110EAA is #EEF155. Grayscale: #202020. Windows color (decimal): -15659350 or 11144721. OLE color: 11144721.

HSL color Cylindrical-coordinate representation of color #110EAA: hue angle of 241.15º degrees, saturation: 0.85, 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 #110EAA is Cyan = 0.9, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1714170-
CMYK0.90.9200.33
HSL241.15º84.78%36.08%-
HSV(B)241.15º91.76%66.67%-
XYZ7.643.3438.27-
YUV32.68205.49116.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 14 (5.86% from 255) = 6.97%
BLUE value IS 170 (66.80% from 255) = 84.58%
R=8.46%
G=6.97%
B=84.58%

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
Decimal17141700.90.9200.33241.1584.7836.08
Hex11EAA5A5C021f15524
Octal211625213213404136112544
Binary10001111010101010101101010111000100001111100011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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