#10055E

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

Shades of Midnight Blue #10055E

Tints of Midnight Blue #10055E

Color information

#10055E (or 0x10055E) is unknown color: approx Midnight Blue. HEX triplet: 10, 05 and 5E. RGB value is (16,5,94). Sum of RGB (Red+Green+Blue) = 16+5+94=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #10055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10055E is #EFFAA1. Grayscale: #121212. Windows color (decimal): -15727266 or 6161680. OLE color: 6161680.

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

Color convert

RGB16594-
CMYK0.830.9500.63
HSL247.42º89.9%19.41%-
HSV(B)247.42º94.68%36.86%-
XYZ2.291.0310.67-
YUV18.44170.64126.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 94 (37.11% from 255) = 81.74%
R=13.91%
G=4.35%
B=81.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal165940.830.9500.63247.4289.919.41
Hex1055E535F03Ff75a13
Octal20513612313707736713223
Binary10000101101111010100111011111011111111110111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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