#100755

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

Shades of Midnight Blue #100755

Tints of Midnight Blue #100755

Color information

#100755 (or 0x100755) is unknown color: approx Midnight Blue. HEX triplet: 10, 07 and 55. RGB value is (16,7,85). Sum of RGB (Red+Green+Blue) = 16+7+85=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #100755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100755 is #EFF8AA. Grayscale: #121212. Windows color (decimal): -15726763 or 5572368. OLE color: 5572368.

HSL color Cylindrical-coordinate representation of color #100755: hue angle of 246.92º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100755 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB16785-
CMYK0.810.9200.67
HSL246.92º84.78%18.04%-
HSV(B)246.92º91.76%33.33%-
XYZ1.930.928.67-
YUV18.58165.48126.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 85 (33.59% from 255) = 78.70%
R=14.81%
G=6.48%
B=78.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal167850.810.9200.67246.9284.7818.04
Hex10755515C043f75512
Octal207125121134010336712522
Binary100001111010101101000110111000100001111110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100755; }

 p { color: rgb(16,7,85); }

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

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

 a { background-color: rgb(16,7,85); }

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

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

 span { border-color: rgb(16,7,85); }

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