Html Css Color HEX #051778 Midnight Blue

📋 copy color: '#051778'

red 5 ◦ green 23 ◦ blue 120

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

Shades of Midnight Blue #051778

Tints of Midnight Blue #051778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

 BLUE value IS 120 (47.27% from 255) = 81.08%

R = 3.38%
G = 15.54%
B = 81.08%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051778 (or 0x051778) is known color: Midnight Blue. HEX triplet: 05, 17 and 78. RGB value is (5,23,120). Sum of RGB (Red+Green+Blue) = 5+23+120=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 120 (47.27% from 255 or 81.08% from 148); Max value from RGB is 120 - color contains mainly: blue. Hex color #051778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051778 is #FAE887. Grayscale: #1C1C1C. Windows color (decimal): -16443528 or 7870213. OLE color: 7870213.

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

Color convert

RGB 5 23 120 -
CMYK 0.96 0.81 0 0.53
HSL 230.61º 0.92% 0.25% -
HSV(B) 230.61º 0.96% 0.47% -
XYZ 3.76 2 17.96 -
YUV 28.68 179.54 111.11 -
System Red Green Blue C M Y K H S L
Decimal 5 23 120 0.96 0.81 0 0.53 230.61 0.92 0.25
Hex 5 17 78 60 51 0 35 E7 5C 19
Octal 5 27 170 140 121 0 65 347 134 31
Binary 101 10111 1111000 1100000 1010001 0 110101 11100111 1011100 11001

Color Harmonies of #051778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051778

Black with #051778

Text Example


Text Example

White with #051778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051778; }

 p { color: rgb(5,23,120); }

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

background-color css

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

 a { background-color: rgb(5,23,120); }

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

border-color css

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

 span { border-color: rgb(5,23,120); }

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