#100359

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

Shades of Midnight Blue #100359

Tints of Midnight Blue #100359

Color information

#100359 (or 0x100359) is unknown color: approx Midnight Blue. HEX triplet: 10, 03 and 59. RGB value is (16,3,89). Sum of RGB (Red+Green+Blue) = 16+3+89=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #100359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100359 is #EFFCA6. Grayscale: #101010. Windows color (decimal): -15727783 or 5833488. OLE color: 5833488.

HSL color Cylindrical-coordinate representation of color #100359: hue angle of 249.07º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100359 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB16389-
CMYK0.820.9700.65
HSL249.07º93.48%18.04%-
HSV(B)249.07º96.63%34.9%-
XYZ2.050.99.52-
YUV16.69168.81127.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 89 (35.16% from 255) = 82.41%
R=14.81%
G=2.78%
B=82.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal163890.820.9700.65249.0793.4818.04
Hex103595261041f95d12
Octal203131122141010137113522
Binary10000111011001101001011000010100000111111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100359; }

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

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

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

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

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

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

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

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