#0A0161

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

Shades of Midnight Blue #0A0161

Tints of Midnight Blue #0A0161

Color information

#0A0161 (or 0x0A0161) is unknown color: approx Midnight Blue. HEX triplet: 0A, 01 and 61. RGB value is (10,1,97). Sum of RGB (Red+Green+Blue) = 10+1+97=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 97 (38.28% from 255 or 89.81% from 108); Max value from RGB is 97 - color contains mainly: blue. Hex color #0A0161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0161 is #F5FE9E. Grayscale: #0E0E0E. Windows color (decimal): -16121503 or 6357258. OLE color: 6357258.

HSL color Cylindrical-coordinate representation of color #0A0161: hue angle of 245.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0161 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB10197-
CMYK0.900.9900.62
HSL245.62º97.96%19.22%-
HSV(B)245.62º98.97%38.04%-
XYZ2.290.9511.37-
YUV14.64174.48124.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.26%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 97 (38.28% from 255) = 89.81%
R=9.26%
G=0.93%
B=89.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal101970.900.9900.62245.6297.9619.22
HexA1615A6303Ef66213
Octal12114113214307636614223
Binary10101110000110110101100011011111011110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,1,97); }

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

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

 a { background-color: rgb(10,1,97); }

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

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

 span { border-color: rgb(10,1,97); }

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