#110F75

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

Shades of Midnight Blue #110F75

Tints of Midnight Blue #110F75

Color information

#110F75 (or 0x110F75) is unknown color: approx Midnight Blue. HEX triplet: 11, 0F and 75. RGB value is (17,15,117). Sum of RGB (Red+Green+Blue) = 17+15+117=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 117 (46.09% from 255 or 78.52% from 149); Max value from RGB is 117 - color contains mainly: blue. Hex color #110F75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F75 is #EEF08A. Grayscale: #1A1A1A. Windows color (decimal): -15659147 or 7671569. OLE color: 7671569.

HSL color Cylindrical-coordinate representation of color #110F75: hue angle of 241.18º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #110F75 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1715117-
CMYK0.850.8700.54
HSL241.18º77.27%25.88%-
HSV(B)241.18º87.18%45.88%-
XYZ3.611.7516.98-
YUV27.23178.66120.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 15 (6.25% from 255) = 10.07%
BLUE value IS 117 (46.09% from 255) = 78.52%
R=11.41%
G=10.07%
B=78.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17151170.850.8700.54241.1877.2725.88
Hex11F755557036f14d1a
Octal211716512512706636111532
Binary100011111111010110101011010111011011011110001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,15,117); }

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

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

 a { background-color: rgb(17,15,117); }

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

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

 span { border-color: rgb(17,15,117); }

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