#0A0354

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

Shades of Midnight Blue #0A0354

Tints of Midnight Blue #0A0354

Color information

#0A0354 (or 0x0A0354) is unknown color: approx Midnight Blue. HEX triplet: 0A, 03 and 54. RGB value is (10,3,84). Sum of RGB (Red+Green+Blue) = 10+3+84=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 84 (33.20% from 255 or 86.60% from 97); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A0354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0354 is #F5FCAB. Grayscale: #0E0E0E. Windows color (decimal): -16121004 or 5505802. OLE color: 5505802.

HSL color Cylindrical-coordinate representation of color #0A0354: hue angle of 245.19º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0354 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB10384-
CMYK0.880.9600.67
HSL245.19º93.1%17.06%-
HSV(B)245.19º96.43%32.94%-
XYZ1.760.778.44-
YUV14.33167.32124.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.31%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 84 (33.20% from 255) = 86.60%
R=10.31%
G=3.09%
B=86.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal103840.880.9600.67245.1993.117.06
HexA3545860043f55d11
Octal123124130140010336513521
Binary1010111010100101100011000000100001111110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,3,84); }

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

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

 a { background-color: rgb(10,3,84); }

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

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

 span { border-color: rgb(10,3,84); }

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