#0A0466

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

Shades of Midnight Blue #0A0466

Tints of Midnight Blue #0A0466

Color information

#0A0466 (or 0x0A0466) is unknown color: approx Midnight Blue. HEX triplet: 0A, 04 and 66. RGB value is (10,4,102). Sum of RGB (Red+Green+Blue) = 10+4+102=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 102 (40.23% from 255 or 87.93% from 116); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A0466 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0466 is #F5FB99. Grayscale: #101010. Windows color (decimal): -16120730 or 6685706. OLE color: 6685706.

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

Color convert

RGB104102-
CMYK0.900.9600.6
HSL243.67º92.45%20.78%-
HSV(B)243.67º96.08%40%-
XYZ2.571.1112.65-
YUV16.97175.99123.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 102 (40.23% from 255) = 87.93%
R=8.62%
G=3.45%
B=87.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1041020.900.9600.6243.6792.4520.78
HexA4665A6003Cf45c15
Octal12414613214007436413425
Binary1010100110011010110101100000011110011110100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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