Html Css Color HEX #051147 Midnight Express

📋 copy color: '#051147'

red 5 ◦ green 17 ◦ blue 71

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

Shades of Midnight Express #051147

Tints of Midnight Express #051147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 76.34%

R = 5.38%
G = 18.28%
B = 76.34%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#051147 (or 0x051147) is known color: Midnight Express. HEX triplet: 05, 11 and 47. RGB value is (5,17,71). Sum of RGB (Red+Green+Blue) = 5+17+71=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #051147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051147 is #FAEEB8. Grayscale: #131313. Windows color (decimal): -16445113 or 4657413. OLE color: 4657413.

HSL color Cylindrical-coordinate representation of color #051147: hue angle of 229.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051147 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 17 71 -
CMYK 0.93 0.76 0 0.72
HSL 229.09º 0.87% 0.15% -
HSV(B) 229.09º 0.93% 0.28% -
XYZ 1.4 0.89 6.06 -
YUV 19.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 5 17 71 0.93 0.76 0 0.72 229.09 0.87 0.15
Hex 5 11 47 5D 4C 0 48 E5 57 F
Octal 5 21 107 135 114 0 110 345 127 17
Binary 101 10001 1000111 1011101 1001100 0 1001000 11100101 1010111 1111

Color Harmonies of #051147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051147

Black with #051147

Text Example


Text Example

White with #051147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051147; }

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

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

background-color css

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

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

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

border-color css

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

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

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