#100357

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

Shades of Midnight Blue #100357

Tints of Midnight Blue #100357

Color information

#100357 (or 0x100357) is unknown color: approx Midnight Blue. HEX triplet: 10, 03 and 57. RGB value is (16,3,87). Sum of RGB (Red+Green+Blue) = 16+3+87=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 87 (34.38% from 255 or 82.08% from 106); Max value from RGB is 87 - color contains mainly: blue. Hex color #100357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100357 is #EFFCA8. Grayscale: #101010. Windows color (decimal): -15727785 or 5702416. OLE color: 5702416.

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

Color convert

RGB16387-
CMYK0.820.9700.66
HSL249.29º93.33%17.65%-
HSV(B)249.29º96.55%34.12%-
XYZ1.970.869.08-
YUV16.46167.81127.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 87 (34.38% from 255) = 82.08%
R=15.09%
G=2.83%
B=82.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal163870.820.9700.66249.2993.3317.65
Hex103575261042f95d12
Octal203127122141010237113522
Binary10000111010111101001011000010100001011111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100357; }

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

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

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

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

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

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

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

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