#10125D

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

Shades of Midnight Blue #10125D

Tints of Midnight Blue #10125D

Color information

#10125D (or 0x10125D) is unknown color: approx Midnight Blue. HEX triplet: 10, 12 and 5D. RGB value is (16,18,93). Sum of RGB (Red+Green+Blue) = 16+18+93=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #10125D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10125D is #EFEDA2. Grayscale: #191919. Windows color (decimal): -15723939 or 6099472. OLE color: 6099472.

HSL color Cylindrical-coordinate representation of color #10125D: hue angle of 238.44º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10125D is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB161893-
CMYK0.830.8100.64
HSL238.44º70.64%21.37%-
HSV(B)238.44º82.8%36.47%-
XYZ2.411.3310.49-
YUV25.95165.84120.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 93 (36.72% from 255) = 73.23%
R=12.60%
G=14.17%
B=73.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1618930.830.8100.64238.4470.6421.37
Hex10125D5351040ee4715
Octal2022135123121010035610725
Binary10000100101011101101001110100010100000011101110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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