#061981

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

Shades of Midnight Blue #061981

Tints of Midnight Blue #061981

Color information

#061981 (or 0x061981) is unknown color: approx Midnight Blue. HEX triplet: 06, 19 and 81. RGB value is (6,25,129). Sum of RGB (Red+Green+Blue) = 6+25+129=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 129 (50.78% from 255 or 80.62% from 160); Max value from RGB is 129 - color contains mainly: blue. Hex color #061981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061981 is #F9E67E. Grayscale: #1E1E1E. Windows color (decimal): -16377471 or 8460550. OLE color: 8460550.

HSL color Cylindrical-coordinate representation of color #061981: hue angle of 230.73º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061981 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB625129-
CMYK0.950.8100.49
HSL230.73º91.11%26.47%-
HSV(B)230.73º95.35%50.59%-
XYZ4.392.3220.99-
YUV31.17183.21110.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 129 (50.78% from 255) = 80.62%
R=3.75%
G=15.62%
B=80.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6251290.950.8100.49230.7391.1126.47
Hex619815F51031e75b1a
Octal63120113712106134713332
Binary110110011000000110111111010001011000111100111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061981; }

 p { color: rgb(6,25,129); }

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

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

 a { background-color: rgb(6,25,129); }

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

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

 span { border-color: rgb(6,25,129); }

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