#0A0555

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

Shades of Midnight Blue #0A0555

Tints of Midnight Blue #0A0555

Color information

#0A0555 (or 0x0A0555) is unknown color: approx Midnight Blue. HEX triplet: 0A, 05 and 55. RGB value is (10,5,85). Sum of RGB (Red+Green+Blue) = 10+5+85=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 85 (33.59% from 255 or 85% from 100); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A0555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0555 is #F5FAAA. Grayscale: #0F0F0F. Windows color (decimal): -16120491 or 5571850. OLE color: 5571850.

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

Color convert

RGB10585-
CMYK0.880.9400.67
HSL243.75º88.89%17.65%-
HSV(B)243.75º94.12%33.33%-
XYZ1.820.838.66-
YUV15.61167.16124-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 85 (33.59% from 255) = 85%
R=10%
G=5%
B=85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal105850.880.9400.67243.7588.8917.65
HexA555585E043f45912
Octal125125130136010336413122
Binary10101011010101101100010111100100001111110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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