Html Css Color HEX #051173 Midnight Blue

📋 copy color: '#051173'

red 5 ◦ green 17 ◦ blue 115

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

Shades of Midnight Blue #051173

Tints of Midnight Blue #051173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 115 (45.31% from 255) = 83.94%

R = 3.65%
G = 12.41%
B = 83.94%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#051173 (or 0x051173) is known color: Midnight Blue. HEX triplet: 05, 11 and 73. RGB value is (5,17,115). Sum of RGB (Red+Green+Blue) = 5+17+115=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #051173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051173 is #FAEE8C. Grayscale: #181818. Windows color (decimal): -16445069 or 7540997. OLE color: 7540997.

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

Color convert

RGB 5 17 115 -
CMYK 0.96 0.85 0 0.55
HSL 233.45º 0.92% 0.24% -
HSV(B) 233.45º 0.96% 0.45% -
XYZ 3.36 1.67 16.37 -
YUV 24.58 179.02 114.03 -
System Red Green Blue C M Y K H S L
Decimal 5 17 115 0.96 0.85 0 0.55 233.45 0.92 0.24
Hex 5 11 73 60 55 0 37 E9 5C 18
Octal 5 21 163 140 125 0 67 351 134 30
Binary 101 10001 1110011 1100000 1010101 0 110111 11101001 1011100 11000

Color Harmonies of #051173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051173

Black with #051173

Text Example


Text Example

White with #051173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051173; }

 p { color: rgb(5,17,115); }

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

background-color css

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

 a { background-color: rgb(5,17,115); }

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

border-color css

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

 span { border-color: rgb(5,17,115); }

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