#10055F

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

Shades of Midnight Blue #10055F

Tints of Midnight Blue #10055F

Color information

#10055F (or 0x10055F) is unknown color: approx Midnight Blue. HEX triplet: 10, 05 and 5F. RGB value is (16,5,95). Sum of RGB (Red+Green+Blue) = 16+5+95=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 95 (37.5% from 255 or 81.90% from 116); Max value from RGB is 95 - color contains mainly: blue. Hex color #10055F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10055F is #EFFAA0. Grayscale: #121212. Windows color (decimal): -15727265 or 6227216. OLE color: 6227216.

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

Color convert

RGB16595-
CMYK0.830.9500.63
HSL247.33º90%19.61%-
HSV(B)247.33º94.74%37.25%-
XYZ2.331.0410.91-
YUV18.55171.14126.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 95 (37.5% from 255) = 81.90%
R=13.79%
G=4.31%
B=81.90%

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
Decimal165950.830.9500.63247.339019.61
Hex1055F535F03Ff75a14
Octal20513712313707736713224
Binary10000101101111110100111011111011111111110111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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