#100056

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

Shades of Midnight Blue #100056

Tints of Midnight Blue #100056

Color information

#100056 (or 0x100056) is unknown color: approx Midnight Blue. HEX triplet: 10, 00 and 56. RGB value is (16,0,86). Sum of RGB (Red+Green+Blue) = 16+0+86=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 86 (33.98% from 255 or 84.31% from 102); Max value from RGB is 86 - color contains mainly: blue. Hex color #100056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100056 is #EFFFA9. Grayscale: #0E0E0E. Windows color (decimal): -15728554 or 5636112. OLE color: 5636112.

HSL color Cylindrical-coordinate representation of color #100056: hue angle of 251.16º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100056 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB16086-
CMYK0.81100.66
HSL251.16º100%16.86%-
HSV(B)251.16º100%33.73%-
XYZ1.890.788.86-
YUV14.59168.3129.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 84.31%
R=15.69%
G=0%
B=84.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal160860.81100.66251.1610016.86
Hex100565164042fb6411
Octal200126121144010237314421
Binary1000001010110101000111001000100001011111011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100056; }

 p { color: rgb(16,0,86); }

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

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

 a { background-color: rgb(16,0,86); }

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

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

 span { border-color: rgb(16,0,86); }

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