#0A0257

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

Shades of Midnight Blue #0A0257

Tints of Midnight Blue #0A0257

Color information

#0A0257 (or 0x0A0257) is unknown color: approx Midnight Blue. HEX triplet: 0A, 02 and 57. RGB value is (10,2,87). Sum of RGB (Red+Green+Blue) = 10+2+87=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 87 (34.38% from 255 or 87.88% from 99); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A0257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0257 is #F5FDA8. Grayscale: #0D0D0D. Windows color (decimal): -16121257 or 5702154. OLE color: 5702154.

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

Color convert

RGB10287-
CMYK0.890.9800.66
HSL245.65º95.51%17.45%-
HSV(B)245.65º97.7%34.12%-
XYZ1.870.89.07-
YUV14.08169.15125.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.10%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 87 (34.38% from 255) = 87.88%
R=10.10%
G=2.02%
B=87.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal102870.890.9800.66245.6595.5117.45
HexA2575962042f66011
Octal122127131142010236614021
Binary1010101010111101100111000100100001011110110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,87); }

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

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

 a { background-color: rgb(10,2,87); }

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

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

 span { border-color: rgb(10,2,87); }

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