#100365

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

Shades of Midnight Blue #100365

Tints of Midnight Blue #100365

Color information

#100365 (or 0x100365) is unknown color: approx Midnight Blue. HEX triplet: 10, 03 and 65. RGB value is (16,3,101). Sum of RGB (Red+Green+Blue) = 16+3+101=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 101 (39.84% from 255 or 84.17% from 120); Max value from RGB is 101 - color contains mainly: blue. Hex color #100365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100365 is #EFFC9A. Grayscale: #111111. Windows color (decimal): -15727771 or 6619920. OLE color: 6619920.

HSL color Cylindrical-coordinate representation of color #100365: hue angle of 247.96º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100365 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB163101-
CMYK0.840.9700.60
HSL247.96º94.23%20.39%-
HSV(B)247.96º97.03%39.61%-
XYZ2.61.1112.39-
YUV18.06174.81126.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 101 (39.84% from 255) = 84.17%
R=13.33%
G=2.5%
B=84.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1631010.840.9700.60247.9694.2320.39
Hex10365546103Cf85e14
Octal20314512414107437013624
Binary1000011110010110101001100001011110011111000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100365; }

 p { color: rgb(16,3,101); }

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

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

 a { background-color: rgb(16,3,101); }

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

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

 span { border-color: rgb(16,3,101); }

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