#081261

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

Shades of Midnight Blue #081261

Tints of Midnight Blue #081261

Color information

#081261 (or 0x081261) is unknown color: approx Midnight Blue. HEX triplet: 08, 12 and 61. RGB value is (8,18,97). Sum of RGB (Red+Green+Blue) = 8+18+97=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #081261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081261 is #F7ED9E. Grayscale: #171717. Windows color (decimal): -16248223 or 6361608. OLE color: 6361608.

HSL color Cylindrical-coordinate representation of color #081261: hue angle of 233.26º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081261 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB81897-
CMYK0.920.8100.62
HSL233.26º84.76%20.59%-
HSV(B)233.26º91.75%38.04%-
XYZ2.471.3511.44-
YUV24.02169.19116.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 97 (38.28% from 255) = 78.86%
R=6.50%
G=14.63%
B=78.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal818970.920.8100.62233.2684.7620.59
Hex812615C5103Ee95515
Octal102214113412107635112525
Binary100010010110000110111001010001011111011101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081261; }

 p { color: rgb(8,18,97); }

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

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

 a { background-color: rgb(8,18,97); }

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

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

 span { border-color: rgb(8,18,97); }

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