#0A0556

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

Shades of Midnight Blue #0A0556

Tints of Midnight Blue #0A0556

Color information

#0A0556 (or 0x0A0556) is unknown color: approx Midnight Blue. HEX triplet: 0A, 05 and 56. RGB value is (10,5,86). Sum of RGB (Red+Green+Blue) = 10+5+86=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 86 (33.98% from 255 or 85.15% from 101); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A0556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0556 is #F5FAA9. Grayscale: #0F0F0F. Windows color (decimal): -16120490 or 5637386. OLE color: 5637386.

HSL color Cylindrical-coordinate representation of color #0A0556: hue angle of 243.7º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0556 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB10586-
CMYK0.880.9400.66
HSL243.7º89.01%17.84%-
HSV(B)243.7º94.19%33.73%-
XYZ1.860.848.87-
YUV15.73167.66123.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.90%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 86 (33.98% from 255) = 85.15%
R=9.90%
G=4.95%
B=85.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal105860.880.9400.66243.789.0117.84
HexA556585E042f45912
Octal125126130136010236413122
Binary10101011010110101100010111100100001011110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,5,86); }

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

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

 a { background-color: rgb(10,5,86); }

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

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

 span { border-color: rgb(10,5,86); }

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