#110EAF

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

Shades of New Midnight Blue #110EAF

Tints of New Midnight Blue #110EAF

Color information

#110EAF (or 0x110EAF) is unknown color: approx New Midnight Blue. HEX triplet: 11, 0E and AF. RGB value is (17,14,175). Sum of RGB (Red+Green+Blue) = 17+14+175=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 175 (68.75% from 255 or 84.95% from 206); Max value from RGB is 175 - color contains mainly: blue. Hex color #110EAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110EAF is #EEF150. Grayscale: #202020. Windows color (decimal): -15659345 or 11472401. OLE color: 11472401.

HSL color Cylindrical-coordinate representation of color #110EAF: hue angle of 241.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110EAF is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1714175-
CMYK0.900.9200.31
HSL241.12º85.19%37.06%-
HSV(B)241.12º92%68.63%-
XYZ8.133.5340.81-
YUV33.25207.99116.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 175 (68.75% from 255) = 84.95%
R=8.25%
G=6.80%
B=84.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17141750.900.9200.31241.1285.1937.06
Hex11EAF5A5C01Ff15525
Octal211625713213403736112545
Binary1000111101010111110110101011100011111111100011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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