Html Css Color HEX #051477 Midnight Blue

📋 copy color: '#051477'

red 5 ◦ green 20 ◦ blue 119

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

Shades of Midnight Blue #051477

Tints of Midnight Blue #051477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.89%

 BLUE value IS 119 (46.88% from 255) = 82.64%

R = 3.47%
G = 13.89%
B = 82.64%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051477 (or 0x051477) is known color: Midnight Blue. HEX triplet: 05, 14 and 77. RGB value is (5,20,119). Sum of RGB (Red+Green+Blue) = 5+20+119=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 119 (46.88% from 255 or 82.64% from 144); Max value from RGB is 119 - color contains mainly: blue. Hex color #051477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051477 is #FAEB88. Grayscale: #1A1A1A. Windows color (decimal): -16444297 or 7803909. OLE color: 7803909.

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

Color convert

RGB 5 20 119 -
CMYK 0.96 0.83 0 0.53
HSL 232.11º 0.92% 0.24% -
HSV(B) 232.11º 0.96% 0.47% -
XYZ 3.64 1.86 17.62 -
YUV 26.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 5 20 119 0.96 0.83 0 0.53 232.11 0.92 0.24
Hex 5 14 77 60 53 0 35 E8 5C 18
Octal 5 24 167 140 123 0 65 350 134 30
Binary 101 10100 1110111 1100000 1010011 0 110101 11101000 1011100 11000

Color Harmonies of #051477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051477

Black with #051477

Text Example


Text Example

White with #051477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051477; }

 p { color: rgb(5,20,119); }

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

background-color css

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

 a { background-color: rgb(5,20,119); }

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

border-color css

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

 span { border-color: rgb(5,20,119); }

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