Html Css Color HEX #051046 Midnight Express

📋 copy color: '#051046'

red 5 ◦ green 16 ◦ blue 70

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

Shades of Midnight Express #051046

Tints of Midnight Express #051046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.58%

 BLUE value IS 70 (27.73% from 255) = 76.92%

R = 5.49%
G = 17.58%
B = 76.92%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#051046 (or 0x051046) is known color: Midnight Express. HEX triplet: 05, 10 and 46. RGB value is (5,16,70). Sum of RGB (Red+Green+Blue) = 5+16+70=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #051046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051046 is #FAEFB9. Grayscale: #121212. Windows color (decimal): -16445370 or 4591621. OLE color: 4591621.

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

Color convert

RGB 5 16 70 -
CMYK 0.93 0.77 0 0.73
HSL 229.85º 0.87% 0.15% -
HSV(B) 229.85º 0.93% 0.27% -
XYZ 1.35 0.85 5.89 -
YUV 18.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 5 16 70 0.93 0.77 0 0.73 229.85 0.87 0.15
Hex 5 10 46 5D 4D 0 49 E6 57 F
Octal 5 20 106 135 115 0 111 346 127 17
Binary 101 10000 1000110 1011101 1001101 0 1001001 11100110 1010111 1111

Color Harmonies of #051046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051046

Black with #051046

Text Example


Text Example

White with #051046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051046; }

 p { color: rgb(5,16,70); }

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

background-color css

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

 a { background-color: rgb(5,16,70); }

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

border-color css

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

 span { border-color: rgb(5,16,70); }

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