#100A53

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

Shades of Midnight Blue #100A53

Tints of Midnight Blue #100A53

Color information

#100A53 (or 0x100A53) is unknown color: approx Midnight Blue. HEX triplet: 10, 0A and 53. RGB value is (16,10,83). Sum of RGB (Red+Green+Blue) = 16+10+83=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #100A53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100A53 is #EFF5AC. Grayscale: #131313. Windows color (decimal): -15725997 or 5442064. OLE color: 5442064.

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

Color convert

RGB161083-
CMYK0.810.8800.67
HSL244.93º78.49%18.24%-
HSV(B)244.93º87.95%32.55%-
XYZ1.880.958.27-
YUV20.12163.49125.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 83 (32.81% from 255) = 76.15%
R=14.68%
G=9.17%
B=76.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1610830.810.8800.67244.9378.4918.24
Hex10A535158043f54e12
Octal2012123121130010336511622
Binary1000010101010011101000110110000100001111110101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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