#0A1E81

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

Shades of Midnight Blue #0A1E81

Tints of Midnight Blue #0A1E81

Color information

#0A1E81 (or 0x0A1E81) is unknown color: approx Midnight Blue. HEX triplet: 0A, 1E and 81. RGB value is (10,30,129). Sum of RGB (Red+Green+Blue) = 10+30+129=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 129 (50.78% from 255 or 76.33% from 169); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A1E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1E81 is #F5E17E. Grayscale: #222222. Windows color (decimal): -16114047 or 8461834. OLE color: 8461834.

HSL color Cylindrical-coordinate representation of color #0A1E81: hue angle of 229.92º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1E81 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1030129-
CMYK0.920.7700.49
HSL229.92º85.61%27.25%-
HSV(B)229.92º92.25%50.59%-
XYZ4.552.5821.03-
YUV35.31180.87109.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.92%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 129 (50.78% from 255) = 76.33%
R=5.92%
G=17.75%
B=76.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10301290.920.7700.49229.9285.6127.25
HexA1E815C4D031e6561b
Octal123620113411506134612633
Binary1010111101000000110111001001101011000111100110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,30,129); }

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

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

 a { background-color: rgb(10,30,129); }

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

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

 span { border-color: rgb(10,30,129); }

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