#12107D

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

Shades of Midnight Blue #12107D

Tints of Midnight Blue #12107D

Color information

#12107D (or 0x12107D) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 7D. RGB value is (18,16,125). Sum of RGB (Red+Green+Blue) = 18+16+125=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #12107D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12107D is #EDEF82. Grayscale: #1C1C1C. Windows color (decimal): -15593347 or 8196114. OLE color: 8196114.

HSL color Cylindrical-coordinate representation of color #12107D: hue angle of 241.1º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12107D is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1816125-
CMYK0.860.8700.51
HSL241.1º77.3%27.65%-
HSV(B)241.1º87.2%49.02%-
XYZ4.141.9819.57-
YUV29.02182.16120.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 125 (49.22% from 255) = 78.62%
R=11.32%
G=10.06%
B=78.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18161250.860.8700.51241.177.327.65
Hex12107D5657033f14d1c
Octal222017512612706336111534
Binary1001010000111110110101101010111011001111110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12107D; }

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

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

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

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

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

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

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

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