#10036D

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

Shades of Midnight Blue #10036D

Tints of Midnight Blue #10036D

Color information

#10036D (or 0x10036D) is unknown color: approx Midnight Blue. HEX triplet: 10, 03 and 6D. RGB value is (16,3,109). Sum of RGB (Red+Green+Blue) = 16+3+109=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #10036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10036D is #EFFC92. Grayscale: #121212. Windows color (decimal): -15727763 or 7144208. OLE color: 7144208.

HSL color Cylindrical-coordinate representation of color #10036D: hue angle of 247.36º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10036D is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB163109-
CMYK0.850.9700.57
HSL247.36º94.64%21.96%-
HSV(B)247.36º97.25%42.75%-
XYZ3.011.2814.56-
YUV18.97178.81125.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 109 (42.97% from 255) = 85.16%
R=12.5%
G=2.34%
B=85.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1631090.850.9700.57247.3694.6421.96
Hex1036D5561039f75f16
Octal20315512514107136713726
Binary1000011110110110101011100001011100111110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,3,109); }

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

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

 a { background-color: rgb(16,3,109); }

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

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

 span { border-color: rgb(16,3,109); }

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