#10015F

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

Shades of Midnight Blue #10015F

Tints of Midnight Blue #10015F

Color information

#10015F (or 0x10015F) is unknown color: approx Midnight Blue. HEX triplet: 10, 01 and 5F. RGB value is (16,1,95). Sum of RGB (Red+Green+Blue) = 16+1+95=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 95 (37.5% from 255 or 84.82% from 112); Max value from RGB is 95 - color contains mainly: blue. Hex color #10015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10015F is #EFFEA0. Grayscale: #0F0F0F. Windows color (decimal): -15728289 or 6226192. OLE color: 6226192.

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

Color convert

RGB16195-
CMYK0.830.9900.63
HSL249.57º97.92%18.82%-
HSV(B)249.57º98.95%37.25%-
XYZ2.290.9610.89-
YUV16.2172.47127.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 95 (37.5% from 255) = 84.82%
R=14.29%
G=0.89%
B=84.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal161950.830.9900.63249.5797.9218.82
Hex1015F536303Ffa6213
Octal20113712314307737214223
Binary100001101111110100111100011011111111111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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