#10065D

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

Shades of Midnight Blue #10065D

Tints of Midnight Blue #10065D

Color information

#10065D (or 0x10065D) is unknown color: approx Midnight Blue. HEX triplet: 10, 06 and 5D. RGB value is (16,6,93). Sum of RGB (Red+Green+Blue) = 16+6+93=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #10065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10065D is #EFF9A2. Grayscale: #121212. Windows color (decimal): -15727011 or 6096400. OLE color: 6096400.

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

Color convert

RGB16693-
CMYK0.830.9400.64
HSL246.9º87.88%19.41%-
HSV(B)246.9º93.55%36.47%-
XYZ2.251.0310.44-
YUV18.91169.81125.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 93 (36.72% from 255) = 80.87%
R=13.91%
G=5.22%
B=80.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal166930.830.9400.64246.987.8819.41
Hex1065D535E040f75813
Octal206135123136010036713023
Binary100001101011101101001110111100100000011110111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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