#100D50

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

Shades of Midnight Blue #100D50

Tints of Midnight Blue #100D50

Color information

#100D50 (or 0x100D50) is unknown color: approx Midnight Blue. HEX triplet: 10, 0D and 50. RGB value is (16,13,80). Sum of RGB (Red+Green+Blue) = 16+13+80=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 80 (31.64% from 255 or 73.39% from 109); Max value from RGB is 80 - color contains mainly: blue. Hex color #100D50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D50 is #EFF2AF. Grayscale: #151515. Windows color (decimal): -15725232 or 5246224. OLE color: 5246224.

HSL color Cylindrical-coordinate representation of color #100D50: hue angle of 242.69º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #100D50 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB161380-
CMYK0.800.8400.69
HSL242.69º72.04%18.24%-
HSV(B)242.69º83.75%31.37%-
XYZ1.810.987.68-
YUV21.54160.99124.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 80 (31.64% from 255) = 73.39%
R=14.68%
G=11.93%
B=73.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1613800.800.8400.69242.6972.0418.24
Hex10D505054045f34812
Octal2015120120124010536311022
Binary1000011011010000101000010101000100010111110011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100D50; }

 p { color: rgb(16,13,80); }

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

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

 a { background-color: rgb(16,13,80); }

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

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

 span { border-color: rgb(16,13,80); }

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