#10015A

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

Shades of Midnight Blue #10015A

Tints of Midnight Blue #10015A

Color information

#10015A (or 0x10015A) is unknown color: approx Midnight Blue. HEX triplet: 10, 01 and 5A. RGB value is (16,1,90). Sum of RGB (Red+Green+Blue) = 16+1+90=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #10015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10015A is #EFFEA5. Grayscale: #0F0F0F. Windows color (decimal): -15728294 or 5898512. OLE color: 5898512.

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

Color convert

RGB16190-
CMYK0.820.9900.65
HSL250.11º97.8%17.84%-
HSV(B)250.11º98.89%35.29%-
XYZ2.070.879.73-
YUV15.63169.97128.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 90 (35.55% from 255) = 84.11%
R=14.95%
G=0.93%
B=84.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal161900.820.9900.65250.1197.817.84
Hex1015A5263041fa6212
Octal201132122143010137214222
Binary1000011011010101001011000110100000111111010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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