#12117A

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

Shades of Midnight Blue #12117A

Tints of Midnight Blue #12117A

Color information

#12117A (or 0x12117A) is unknown color: approx Midnight Blue. HEX triplet: 12, 11 and 7A. RGB value is (18,17,122). Sum of RGB (Red+Green+Blue) = 18+17+122=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 122 (48.05% from 255 or 77.71% from 157); Max value from RGB is 122 - color contains mainly: blue. Hex color #12117A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12117A is #EDEE85. Grayscale: #1C1C1C. Windows color (decimal): -15593094 or 7999762. OLE color: 7999762.

HSL color Cylindrical-coordinate representation of color #12117A: hue angle of 240.57º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12117A is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1817122-
CMYK0.850.8600.52
HSL240.57º75.54%27.25%-
HSV(B)240.57º86.07%47.84%-
XYZ3.961.9318.58-
YUV29.27180.33119.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 122 (48.05% from 255) = 77.71%
R=11.46%
G=10.83%
B=77.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18171220.850.8600.52240.5775.5427.25
Hex12117A5556034f14c1b
Octal222117212512606436111433
Binary1001010001111101010101011010110011010011110001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12117A; }

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

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

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

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

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

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

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

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