#121175

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

Shades of Midnight Blue #121175

Tints of Midnight Blue #121175

Color information

#121175 (or 0x121175) is unknown color: approx Midnight Blue. HEX triplet: 12, 11 and 75. RGB value is (18,17,117). Sum of RGB (Red+Green+Blue) = 18+17+117=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #121175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121175 is #EDEE8A. Grayscale: #1C1C1C. Windows color (decimal): -15593099 or 7672082. OLE color: 7672082.

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

Color convert

RGB1817117-
CMYK0.850.8500.54
HSL240.6º74.63%26.27%-
HSV(B)240.6º85.47%45.88%-
XYZ3.661.8116.99-
YUV28.7177.83120.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 117 (46.09% from 255) = 76.97%
R=11.84%
G=11.18%
B=76.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18171170.850.8500.54240.674.6326.27
Hex1211755555036f14b1a
Octal222116512512506636111332
Binary1001010001111010110101011010101011011011110001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121175; }

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

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

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

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

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

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

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

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