#051B82

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

Shades of Midnight Blue #051B82

Tints of Midnight Blue #051B82

Color information

#051B82 (or 0x051B82) is unknown color: approx Midnight Blue. HEX triplet: 05, 1B and 82. RGB value is (5,27,130). Sum of RGB (Red+Green+Blue) = 5+27+130=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 130 (51.17% from 255 or 80.25% from 162); Max value from RGB is 130 - color contains mainly: blue. Hex color #051B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B82 is #FAE47D. Grayscale: #1F1F1F. Windows color (decimal): -16442494 or 8526597. OLE color: 8526597.

HSL color Cylindrical-coordinate representation of color #051B82: hue angle of 229.44º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B82 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB527130-
CMYK0.960.7900.49
HSL229.44º92.59%26.47%-
HSV(B)229.44º96.15%50.98%-
XYZ4.482.4321.35-
YUV32.16183.21108.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 27 (10.94% from 255) = 16.67%
BLUE value IS 130 (51.17% from 255) = 80.25%
R=3.09%
G=16.67%
B=80.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5271300.960.7900.49229.4492.5926.47
Hex51B82604F031e55d1a
Octal53320214011706134513532
Binary101110111000001011000001001111011000111100101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051B82; }

 p { color: rgb(5,27,130); }

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

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

 a { background-color: rgb(5,27,130); }

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

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

 span { border-color: rgb(5,27,130); }

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