Html Css Color HEX #051578 Midnight Blue

📋 copy color: '#051578'

red 5 ◦ green 21 ◦ blue 120

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

Shades of Midnight Blue #051578

Tints of Midnight Blue #051578

RGB

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

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

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

R = 3.42%
G = 14.38%
B = 82.19%

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

#051578 (or 0x051578) is known color: Midnight Blue. HEX triplet: 05, 15 and 78. RGB value is (5,21,120). Sum of RGB (Red+Green+Blue) = 5+21+120=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 120 (47.27% from 255 or 82.19% from 146); Max value from RGB is 120 - color contains mainly: blue. Hex color #051578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051578 is #FAEA87. Grayscale: #1B1B1B. Windows color (decimal): -16444040 or 7869701. OLE color: 7869701.

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

Color convert

RGB 5 21 120 -
CMYK 0.96 0.83 0 0.53
HSL 231.65º 0.92% 0.25% -
HSV(B) 231.65º 0.96% 0.47% -
XYZ 3.72 1.92 17.94 -
YUV 27.5 180.2 111.95 -
System Red Green Blue C M Y K H S L
Decimal 5 21 120 0.96 0.83 0 0.53 231.65 0.92 0.25
Hex 5 15 78 60 53 0 35 E8 5C 19
Octal 5 25 170 140 123 0 65 350 134 31
Binary 101 10101 1111000 1100000 1010011 0 110101 11101000 1011100 11001

Color Harmonies of #051578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051578

Black with #051578

Text Example


Text Example

White with #051578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051578; }

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

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

background-color css

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

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

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

border-color css

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

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

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