#10155D

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

Shades of Midnight Blue #10155D

Tints of Midnight Blue #10155D

Color information

#10155D (or 0x10155D) is unknown color: approx Midnight Blue. HEX triplet: 10, 15 and 5D. RGB value is (16,21,93). Sum of RGB (Red+Green+Blue) = 16+21+93=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #10155D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10155D is #EFEAA2. Grayscale: #1B1B1B. Windows color (decimal): -15723171 or 6100240. OLE color: 6100240.

HSL color Cylindrical-coordinate representation of color #10155D: hue angle of 236.1º 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 #10155D is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB162193-
CMYK0.830.7700.64
HSL236.1º70.64%21.37%-
HSV(B)236.1º82.8%36.47%-
XYZ2.461.4410.5-
YUV27.71164.84119.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 93 (36.72% from 255) = 71.54%
R=12.31%
G=16.15%
B=71.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1621930.830.7700.64236.170.6421.37
Hex10155D534D040ec4715
Octal2025135123115010035410725
Binary10000101011011101101001110011010100000011101100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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