#10036E

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

Shades of Midnight Blue #10036E

Tints of Midnight Blue #10036E

Color information

#10036E (or 0x10036E) is unknown color: approx Midnight Blue. HEX triplet: 10, 03 and 6E. RGB value is (16,3,110). Sum of RGB (Red+Green+Blue) = 16+3+110=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 110 (43.36% from 255 or 85.27% from 129); Max value from RGB is 110 - color contains mainly: blue. Hex color #10036E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10036E is #EFFC91. Grayscale: #121212. Windows color (decimal): -15727762 or 7209744. OLE color: 7209744.

HSL color Cylindrical-coordinate representation of color #10036E: hue angle of 247.29º 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 #10036E is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB163110-
CMYK0.850.9700.57
HSL247.29º94.69%22.16%-
HSV(B)247.29º97.27%43.14%-
XYZ3.061.314.84-
YUV19.08179.31125.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 110 (43.36% from 255) = 85.27%
R=12.40%
G=2.33%
B=85.27%

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
Decimal1631100.850.9700.57247.2994.6922.16
Hex1036E5561039f75f16
Octal20315612514107136713726
Binary1000011110111010101011100001011100111110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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