#10015B

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

Shades of Midnight Blue #10015B

Tints of Midnight Blue #10015B

Color information

#10015B (or 0x10015B) is unknown color: approx Midnight Blue. HEX triplet: 10, 01 and 5B. RGB value is (16,1,91). Sum of RGB (Red+Green+Blue) = 16+1+91=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 91 (35.94% from 255 or 84.26% from 108); Max value from RGB is 91 - color contains mainly: blue. Hex color #10015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10015B is #EFFEA4. Grayscale: #0F0F0F. Windows color (decimal): -15728293 or 5964048. OLE color: 5964048.

HSL color Cylindrical-coordinate representation of color #10015B: hue angle of 250º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10015B is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB16191-
CMYK0.820.9900.64
HSL250º97.83%18.04%-
HSV(B)250º98.9%35.69%-
XYZ2.110.899.96-
YUV15.74170.47128.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 91 (35.94% from 255) = 84.26%
R=14.81%
G=0.93%
B=84.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal161910.820.9900.6425097.8318.04
Hex1015B5263040fa6212
Octal201133122143010037214222
Binary1000011011011101001011000110100000011111010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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