#10095D

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

Shades of Midnight Blue #10095D

Tints of Midnight Blue #10095D

Color information

#10095D (or 0x10095D) is unknown color: approx Midnight Blue. HEX triplet: 10, 09 and 5D. RGB value is (16,9,93). Sum of RGB (Red+Green+Blue) = 16+9+93=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #10095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10095D is #EFF6A2. Grayscale: #141414. Windows color (decimal): -15726243 or 6097168. OLE color: 6097168.

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

Color convert

RGB16993-
CMYK0.830.9000.64
HSL245º82.35%20%-
HSV(B)245º90.32%36.47%-
XYZ2.291.110.45-
YUV20.67168.82124.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 93 (36.72% from 255) = 78.81%
R=13.56%
G=7.63%
B=78.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal169930.830.9000.6424582.3520
Hex1095D535A040f55214
Octal2011135123132010036512224
Binary1000010011011101101001110110100100000011110101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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