#10085D

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

Shades of Midnight Blue #10085D

Tints of Midnight Blue #10085D

Color information

#10085D (or 0x10085D) is unknown color: approx Midnight Blue. HEX triplet: 10, 08 and 5D. RGB value is (16,8,93). Sum of RGB (Red+Green+Blue) = 16+8+93=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 93 (36.72% from 255 or 79.49% from 117); Max value from RGB is 93 - color contains mainly: blue. Hex color #10085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10085D is #EFF7A2. Grayscale: #131313. Windows color (decimal): -15726499 or 6096912. OLE color: 6096912.

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

Color convert

RGB16893-
CMYK0.830.9100.64
HSL245.65º84.16%19.8%-
HSV(B)245.65º91.4%36.47%-
XYZ2.281.0710.44-
YUV20.08169.15125.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 93 (36.72% from 255) = 79.49%
R=13.68%
G=6.84%
B=79.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal168930.830.9100.64245.6584.1619.8
Hex1085D535B040f65414
Octal2010135123133010036612424
Binary1000010001011101101001110110110100000011110110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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