#10015C

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

Shades of Midnight Blue #10015C

Tints of Midnight Blue #10015C

Color information

#10015C (or 0x10015C) is unknown color: approx Midnight Blue. HEX triplet: 10, 01 and 5C. RGB value is (16,1,92). Sum of RGB (Red+Green+Blue) = 16+1+92=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 92 (36.33% from 255 or 84.40% from 109); Max value from RGB is 92 - color contains mainly: blue. Hex color #10015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10015C is #EFFEA3. Grayscale: #0F0F0F. Windows color (decimal): -15728292 or 6029584. OLE color: 6029584.

HSL color Cylindrical-coordinate representation of color #10015C: hue angle of 249.89º 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 #10015C is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB16192-
CMYK0.830.9900.64
HSL249.89º97.85%18.24%-
HSV(B)249.89º98.91%36.08%-
XYZ2.160.910.19-
YUV15.86170.97128.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 92 (36.33% from 255) = 84.40%
R=14.68%
G=0.92%
B=84.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal161920.830.9900.64249.8997.8518.24
Hex1015C5363040fa6212
Octal201134123143010037214222
Binary1000011011100101001111000110100000011111010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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