#100F5B

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

Shades of Midnight Blue #100F5B

Tints of Midnight Blue #100F5B

Color information

#100F5B (or 0x100F5B) is unknown color: approx Midnight Blue. HEX triplet: 10, 0F and 5B. RGB value is (16,15,91). Sum of RGB (Red+Green+Blue) = 16+15+91=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #100F5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F5B is #EFF0A4. Grayscale: #171717. Windows color (decimal): -15724709 or 5967632. OLE color: 5967632.

HSL color Cylindrical-coordinate representation of color #100F5B: hue angle of 240.79º 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 #100F5B is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB161591-
CMYK0.820.8400.64
HSL240.79º71.7%20.78%-
HSV(B)240.79º83.52%35.69%-
XYZ2.271.2110.01-
YUV23.96165.83122.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 15 (6.25% from 255) = 12.30%
BLUE value IS 91 (35.94% from 255) = 74.59%
R=13.11%
G=12.30%
B=74.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1615910.820.8400.64240.7971.720.78
Hex10F5B5254040f14815
Octal2017133122124010036111025
Binary1000011111011011101001010101000100000011110001100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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