#100853

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

Shades of Midnight Blue #100853

Tints of Midnight Blue #100853

Color information

#100853 (or 0x100853) is unknown color: approx Midnight Blue. HEX triplet: 10, 08 and 53. RGB value is (16,8,83). Sum of RGB (Red+Green+Blue) = 16+8+83=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #100853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100853 is #EFF7AC. Grayscale: #121212. Windows color (decimal): -15726509 or 5441552. OLE color: 5441552.

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

Color convert

RGB16883-
CMYK0.810.9000.67
HSL246.4º82.42%17.84%-
HSV(B)246.4º90.36%32.55%-
XYZ1.860.918.26-
YUV18.94164.15125.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 83 (32.81% from 255) = 77.57%
R=14.95%
G=7.48%
B=77.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal168830.810.9000.67246.482.4217.84
Hex10853515A043f65212
Octal2010123121132010336612222
Binary1000010001010011101000110110100100001111110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100853; }

 p { color: rgb(16,8,83); }

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

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

 a { background-color: rgb(16,8,83); }

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

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

 span { border-color: rgb(16,8,83); }

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