#0A085D

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

Shades of Midnight Blue #0A085D

Tints of Midnight Blue #0A085D

Color information

#0A085D (or 0x0A085D) is unknown color: approx Midnight Blue. HEX triplet: 0A, 08 and 5D. RGB value is (10,8,93). Sum of RGB (Red+Green+Blue) = 10+8+93=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 93 (36.72% from 255 or 83.78% from 111); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A085D is #F5F7A2. Grayscale: #111111. Windows color (decimal): -16119715 or 6096906. OLE color: 6096906.

HSL color Cylindrical-coordinate representation of color #0A085D: hue angle of 241.41º 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 #0A085D is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB10893-
CMYK0.890.9100.64
HSL241.41º84.16%19.8%-
HSV(B)241.41º91.4%36.47%-
XYZ2.191.0310.44-
YUV18.29170.16122.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.01%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 93 (36.72% from 255) = 83.78%
R=9.01%
G=7.21%
B=83.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal108930.890.9100.64241.4184.1619.8
HexA85D595B040f15414
Octal1210135131133010036112424
Binary101010001011101101100110110110100000011110001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A085D; }

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

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

<style>
 a { background-color: #0A085D; }

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

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

<style>
 span { border-color: #0A085D; }

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

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