Html Css Color HEX #051576 Midnight Blue

📋 copy color: '#051576'

red 5 ◦ green 21 ◦ blue 118

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

Shades of Midnight Blue #051576

Tints of Midnight Blue #051576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

 BLUE value IS 118 (46.48% from 255) = 81.94%

R = 3.47%
G = 14.58%
B = 81.94%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#051576 (or 0x051576) is known color: Midnight Blue. HEX triplet: 05, 15 and 76. RGB value is (5,21,118). Sum of RGB (Red+Green+Blue) = 5+21+118=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #051576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051576 is #FAEA89. Grayscale: #1A1A1A. Windows color (decimal): -16444042 or 7738629. OLE color: 7738629.

HSL color Cylindrical-coordinate representation of color #051576: hue angle of 231.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051576 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 21 118 -
CMYK 0.96 0.82 0 0.54
HSL 231.5º 0.92% 0.24% -
HSV(B) 231.5º 0.96% 0.46% -
XYZ 3.6 1.88 17.31 -
YUV 27.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 5 21 118 0.96 0.82 0 0.54 231.5 0.92 0.24
Hex 5 15 76 60 52 0 36 E8 5C 18
Octal 5 25 166 140 122 0 66 350 134 30
Binary 101 10101 1110110 1100000 1010010 0 110110 11101000 1011100 11000

Color Harmonies of #051576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051576

Black with #051576

Text Example


Text Example

White with #051576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051576; }

 p { color: rgb(5,21,118); }

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

background-color css

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

 a { background-color: rgb(5,21,118); }

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

border-color css

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

 span { border-color: rgb(5,21,118); }

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