#100F5C

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

Shades of Midnight Blue #100F5C

Tints of Midnight Blue #100F5C

Color information

#100F5C (or 0x100F5C) is unknown color: approx Midnight Blue. HEX triplet: 10, 0F and 5C. RGB value is (16,15,92). Sum of RGB (Red+Green+Blue) = 16+15+92=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 92 (36.33% from 255 or 74.80% from 123); Max value from RGB is 92 - color contains mainly: blue. Hex color #100F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F5C is #EFF0A3. Grayscale: #171717. Windows color (decimal): -15724708 or 6033168. OLE color: 6033168.

HSL color Cylindrical-coordinate representation of color #100F5C: hue angle of 240.78º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #100F5C is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB161592-
CMYK0.830.8400.64
HSL240.78º71.96%20.98%-
HSV(B)240.78º83.7%36.08%-
XYZ2.321.2210.24-
YUV24.08166.33122.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 15 (6.25% from 255) = 12.20%
BLUE value IS 92 (36.33% from 255) = 74.80%
R=13.01%
G=12.20%
B=74.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1615920.830.8400.64240.7871.9620.98
Hex10F5C5354040f14815
Octal2017134123124010036111025
Binary1000011111011100101001110101000100000011110001100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100F5C; }

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

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

<style>
 a { background-color: #100F5C; }

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

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

<style>
 span { border-color: #100F5C; }

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

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