Html Css Color HEX #051575 Midnight Blue

📋 copy color: '#051575'

red 5 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #051575

Tints of Midnight Blue #051575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 81.82%

R = 3.5%
G = 14.69%
B = 81.82%

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

#051575 (or 0x051575) is known color: Midnight Blue. HEX triplet: 05, 15 and 75. RGB value is (5,21,117). Sum of RGB (Red+Green+Blue) = 5+21+117=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #051575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051575 is #FAEA8A. Grayscale: #1A1A1A. Windows color (decimal): -16444043 or 7673093. OLE color: 7673093.

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

Color convert

RGB 5 21 117 -
CMYK 0.96 0.82 0 0.54
HSL 231.43º 0.92% 0.24% -
HSV(B) 231.43º 0.96% 0.46% -
XYZ 3.54 1.85 17 -
YUV 27.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 5 21 117 0.96 0.82 0 0.54 231.43 0.92 0.24
Hex 5 15 75 60 52 0 36 E7 5C 18
Octal 5 25 165 140 122 0 66 347 134 30
Binary 101 10101 1110101 1100000 1010010 0 110110 11100111 1011100 11000

Color Harmonies of #051575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051575

Black with #051575

Text Example


Text Example

White with #051575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051575; }

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

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

background-color css

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

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

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

border-color css

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

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

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