#12176B

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

Shades of Midnight Blue #12176B

Tints of Midnight Blue #12176B

Color information

#12176B (or 0x12176B) is unknown color: approx Midnight Blue. HEX triplet: 12, 17 and 6B. RGB value is (18,23,107). Sum of RGB (Red+Green+Blue) = 18+23+107=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 107 (42.19% from 255 or 72.30% from 148); Max value from RGB is 107 - color contains mainly: blue. Hex color #12176B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12176B is #EDE894. Grayscale: #1E1E1E. Windows color (decimal): -15591573 or 7018258. OLE color: 7018258.

HSL color Cylindrical-coordinate representation of color #12176B: hue angle of 236.63º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12176B is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1823107-
CMYK0.830.7900.58
HSL236.63º71.2%24.51%-
HSV(B)236.63º83.18%41.96%-
XYZ3.211.814.09-
YUV31.08170.84118.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 107 (42.19% from 255) = 72.30%
R=12.16%
G=15.54%
B=72.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18231070.830.7900.58236.6371.224.51
Hex12176B534F03Aed4719
Octal222715312311707235510731
Binary1001010111110101110100111001111011101011101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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