Html Css Color HEX #051371 Midnight Blue

📋 copy color: '#051371'

red 5 ◦ green 19 ◦ blue 113

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

Shades of Midnight Blue #051371

Tints of Midnight Blue #051371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

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

R = 3.65%
G = 13.87%
B = 82.48%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#051371 (or 0x051371) is known color: Midnight Blue. HEX triplet: 05, 13 and 71. RGB value is (5,19,113). Sum of RGB (Red+Green+Blue) = 5+19+113=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 113 (44.53% from 255 or 82.48% from 137); Max value from RGB is 113 - color contains mainly: blue. Hex color #051371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051371 is #FAEC8E. Grayscale: #191919. Windows color (decimal): -16444559 or 7410437. OLE color: 7410437.

HSL color Cylindrical-coordinate representation of color #051371: hue angle of 232.22º 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 #051371 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 19 113 -
CMYK 0.96 0.83 0 0.56
HSL 232.22º 0.92% 0.23% -
HSV(B) 232.22º 0.96% 0.44% -
XYZ 3.28 1.69 15.78 -
YUV 25.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 5 19 113 0.96 0.83 0 0.56 232.22 0.92 0.23
Hex 5 13 71 60 53 0 38 E8 5C 17
Octal 5 23 161 140 123 0 70 350 134 27
Binary 101 10011 1110001 1100000 1010011 0 111000 11101000 1011100 10111

Color Harmonies of #051371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051371

Black with #051371

Text Example


Text Example

White with #051371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051371; }

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

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

background-color css

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

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

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

border-color css

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

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

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