#0A0250

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

Shades of Midnight Blue #0A0250

Tints of Midnight Blue #0A0250

Color information

#0A0250 (or 0x0A0250) is unknown color: approx Midnight Blue. HEX triplet: 0A, 02 and 50. RGB value is (10,2,80). Sum of RGB (Red+Green+Blue) = 10+2+80=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 80 (31.64% from 255 or 86.96% from 92); Max value from RGB is 80 - color contains mainly: blue. Hex color #0A0250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0250 is #F5FDAF. Grayscale: #0C0C0C. Windows color (decimal): -16121264 or 5243402. OLE color: 5243402.

HSL color Cylindrical-coordinate representation of color #0A0250: hue angle of 246.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A0250 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB10280-
CMYK0.870.9800.69
HSL246.15º95.12%16.08%-
HSV(B)246.15º97.5%31.37%-
XYZ1.590.697.64-
YUV13.28165.65125.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.87%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 80 (31.64% from 255) = 86.96%
R=10.87%
G=2.17%
B=86.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal102800.870.9800.69246.1595.1216.08
HexA2505762045f65f10
Octal122120127142010536613720
Binary1010101010000101011111000100100010111110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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