#12105B

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

Shades of Midnight Blue #12105B

Tints of Midnight Blue #12105B

Color information

#12105B (or 0x12105B) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 5B. RGB value is (18,16,91). Sum of RGB (Red+Green+Blue) = 18+16+91=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #12105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12105B is #EDEFA4. Grayscale: #181818. Windows color (decimal): -15593381 or 5967890. OLE color: 5967890.

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

Color convert

RGB181691-
CMYK0.800.8200.64
HSL241.6º70.09%20.98%-
HSV(B)241.6º82.42%35.69%-
XYZ2.321.2510.02-
YUV25.15165.16122.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 91 (35.94% from 255) = 72.8%
R=14.4%
G=12.8%
B=72.8%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1816910.800.8200.64241.670.0920.98
Hex12105B5052040f24615
Octal2220133120122010036210625
Binary10010100001011011101000010100100100000011110010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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