Html Css Color HEX #051170 Midnight Blue

📋 copy color: '#051170'

red 5 ◦ green 17 ◦ blue 112

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

Shades of Midnight Blue #051170

Tints of Midnight Blue #051170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 83.58%

R = 3.73%
G = 12.69%
B = 83.58%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#051170 (or 0x051170) is known color: Midnight Blue. HEX triplet: 05, 11 and 70. RGB value is (5,17,112). Sum of RGB (Red+Green+Blue) = 5+17+112=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #051170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051170 is #FAEE8F. Grayscale: #171717. Windows color (decimal): -16445072 or 7344389. OLE color: 7344389.

HSL color Cylindrical-coordinate representation of color #051170: hue angle of 233.27º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051170 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 17 112 -
CMYK 0.96 0.85 0 0.56
HSL 233.27º 0.91% 0.23% -
HSV(B) 233.27º 0.96% 0.44% -
XYZ 3.19 1.6 15.47 -
YUV 24.24 177.52 114.28 -
System Red Green Blue C M Y K H S L
Decimal 5 17 112 0.96 0.85 0 0.56 233.27 0.91 0.23
Hex 5 11 70 60 55 0 38 E9 5B 17
Octal 5 21 160 140 125 0 70 351 133 27
Binary 101 10001 1110000 1100000 1010101 0 111000 11101001 1011011 10111

Color Harmonies of #051170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051170

Black with #051170

Text Example


Text Example

White with #051170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051170; }

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

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

background-color css

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

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

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

border-color css

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

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

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