#10165D

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

Shades of Midnight Blue #10165D

Tints of Midnight Blue #10165D

Color information

#10165D (or 0x10165D) is unknown color: approx Midnight Blue. HEX triplet: 10, 16 and 5D. RGB value is (16,22,93). Sum of RGB (Red+Green+Blue) = 16+22+93=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #10165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10165D is #EFE9A2. Grayscale: #1C1C1C. Windows color (decimal): -15722915 or 6100496. OLE color: 6100496.

HSL color Cylindrical-coordinate representation of color #10165D: hue angle of 235.32º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10165D is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB162293-
CMYK0.830.7600.64
HSL235.32º70.64%21.37%-
HSV(B)235.32º82.8%36.47%-
XYZ2.481.4710.51-
YUV28.3164.51119.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 93 (36.72% from 255) = 70.99%
R=12.21%
G=16.79%
B=70.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1622930.830.7600.64235.3270.6421.37
Hex10165D534C040eb4715
Octal2026135123114010035310725
Binary10000101101011101101001110011000100000011101011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10165D; }

 p { color: rgb(16,22,93); }

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

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

 a { background-color: rgb(16,22,93); }

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

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

 span { border-color: rgb(16,22,93); }

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