#0A065D

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

Shades of Midnight Blue #0A065D

Tints of Midnight Blue #0A065D

Color information

#0A065D (or 0x0A065D) is unknown color: approx Midnight Blue. HEX triplet: 0A, 06 and 5D. RGB value is (10,6,93). Sum of RGB (Red+Green+Blue) = 10+6+93=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A065D is #F5F9A2. Grayscale: #101010. Windows color (decimal): -16120227 or 6096394. OLE color: 6096394.

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

Color convert

RGB10693-
CMYK0.890.9400.64
HSL242.76º87.88%19.41%-
HSV(B)242.76º93.55%36.47%-
XYZ2.170.9910.43-
YUV17.11170.83122.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.17%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 93 (36.72% from 255) = 85.32%
R=9.17%
G=5.50%
B=85.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal106930.890.9400.64242.7687.8819.41
HexA65D595E040f35813
Octal126135131136010036313023
Binary10101101011101101100110111100100000011110011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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