Html Css Color HEX #051071 Midnight Blue

📋 copy color: '#051071'

red 5 ◦ green 16 ◦ blue 113

#051071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #051071

Tints of Midnight Blue #051071

RGB

 RED value IS 5 (2.34% from 255) = 3.73%

 GREEN value IS 16 (6.64% from 255) = 11.94%

 BLUE value IS 113 (44.53% from 255) = 84.33%

R = 3.73%
G = 11.94%
B = 84.33%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#051071 (or 0x051071) is known color: Midnight Blue. HEX triplet: 05, 10 and 71. RGB value is (5,16,113). Sum of RGB (Red+Green+Blue) = 5+16+113=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 113 (44.53% from 255 or 84.33% from 134); Max value from RGB is 113 - color contains mainly: blue. Hex color #051071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051071 is #FAEF8E. Grayscale: #171717. Windows color (decimal): -16445327 or 7409669. OLE color: 7409669.

HSL color Cylindrical-coordinate representation of color #051071: hue angle of 233.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051071 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 16 113 -
CMYK 0.96 0.86 0 0.56
HSL 233.89º 0.92% 0.23% -
HSV(B) 233.89º 0.96% 0.44% -
XYZ 3.23 1.6 15.76 -
YUV 23.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 5 16 113 0.96 0.86 0 0.56 233.89 0.92 0.23
Hex 5 10 71 60 56 0 38 EA 5C 17
Octal 5 20 161 140 126 0 70 352 134 27
Binary 101 10000 1110001 1100000 1010110 0 111000 11101010 1011100 10111

Color Harmonies of #051071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051071

Black with #051071

Text Example


Text Example

White with #051071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051071; }

 p { color: rgb(5,16,113); }

 H1.HeaderClassName
 {
   color: #051071;
 }
 .AnyTagClassName
 {
   color: #051071;
 }
</style>

background-color css

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

 a { background-color: rgb(5,16,113); }

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

border-color css

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

 span { border-color: rgb(5,16,113); }

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