#10025E

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

Shades of Midnight Blue #10025E

Tints of Midnight Blue #10025E

Color information

#10025E (or 0x10025E) is unknown color: approx Midnight Blue. HEX triplet: 10, 02 and 5E. RGB value is (16,2,94). Sum of RGB (Red+Green+Blue) = 16+2+94=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 94 (37.11% from 255 or 83.93% from 112); Max value from RGB is 94 - color contains mainly: blue. Hex color #10025E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10025E is #EFFDA1. Grayscale: #101010. Windows color (decimal): -15728034 or 6160912. OLE color: 6160912.

HSL color Cylindrical-coordinate representation of color #10025E: hue angle of 249.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10025E is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB16294-
CMYK0.830.9800.63
HSL249.13º95.83%18.82%-
HSV(B)249.13º97.87%36.86%-
XYZ2.260.9610.66-
YUV16.67171.64127.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 94 (37.11% from 255) = 83.93%
R=14.29%
G=1.79%
B=83.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal162940.830.9800.63249.1395.8318.82
Hex1025E536203Ff96013
Octal20213612314207737114023
Binary1000010101111010100111100010011111111111001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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