#10026D

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

Shades of Midnight Blue #10026D

Tints of Midnight Blue #10026D

Color information

#10026D (or 0x10026D) is unknown color: approx Midnight Blue. HEX triplet: 10, 02 and 6D. RGB value is (16,2,109). Sum of RGB (Red+Green+Blue) = 16+2+109=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #10026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10026D is #EFFD92. Grayscale: #111111. Windows color (decimal): -15728019 or 7143952. OLE color: 7143952.

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

Color convert

RGB162109-
CMYK0.850.9800.57
HSL247.85º96.4%21.76%-
HSV(B)247.85º98.17%42.75%-
XYZ31.2614.55-
YUV18.38179.14126.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 109 (42.97% from 255) = 85.83%
R=12.60%
G=1.57%
B=85.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1621090.850.9800.57247.8596.421.76
Hex1026D5562039f86016
Octal20215512514207137014026
Binary1000010110110110101011100010011100111111000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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