#0A0460

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

Shades of Midnight Blue #0A0460

Tints of Midnight Blue #0A0460

Color information

#0A0460 (or 0x0A0460) is unknown color: approx Midnight Blue. HEX triplet: 0A, 04 and 60. RGB value is (10,4,96). Sum of RGB (Red+Green+Blue) = 10+4+96=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 96 (37.89% from 255 or 87.27% from 110); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A0460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0460 is #F5FB9F. Grayscale: #0F0F0F. Windows color (decimal): -16120736 or 6292490. OLE color: 6292490.

HSL color Cylindrical-coordinate representation of color #0A0460: hue angle of 243.91º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0460 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB10496-
CMYK0.900.9600.62
HSL243.91º92%19.61%-
HSV(B)243.91º95.83%37.65%-
XYZ2.28111.14-
YUV16.28172.99123.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.09%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 96 (37.89% from 255) = 87.27%
R=9.09%
G=3.64%
B=87.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal104960.900.9600.62243.919219.61
HexA4605A6003Ef45c14
Octal12414013214007636413424
Binary1010100110000010110101100000011111011110100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,4,96); }

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

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

 a { background-color: rgb(10,4,96); }

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

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

 span { border-color: rgb(10,4,96); }

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