#12175B

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

Shades of Midnight Blue #12175B

Tints of Midnight Blue #12175B

Color information

#12175B (or 0x12175B) is unknown color: approx Midnight Blue. HEX triplet: 12, 17 and 5B. RGB value is (18,23,91). Sum of RGB (Red+Green+Blue) = 18+23+91=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #12175B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12175B is #EDE8A4. Grayscale: #1C1C1C. Windows color (decimal): -15591589 or 5969682. OLE color: 5969682.

HSL color Cylindrical-coordinate representation of color #12175B: hue angle of 235.89º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12175B is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB182391-
CMYK0.800.7500.64
HSL235.89º66.97%21.37%-
HSV(B)235.89º80.22%35.69%-
XYZ2.441.510.06-
YUV29.26162.84119.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 91 (35.94% from 255) = 68.94%
R=13.64%
G=17.42%
B=68.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1823910.800.7500.64235.8966.9721.37
Hex12175B504B040ec4315
Octal2227133120113010035410325
Binary10010101111011011101000010010110100000011101100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12175B; }

 p { color: rgb(18,23,91); }

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

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

 a { background-color: rgb(18,23,91); }

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

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

 span { border-color: rgb(18,23,91); }

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