Html Css Color HEX #050E36 Midnight Express

📋 copy color: '#050E36'

red 5 ◦ green 14 ◦ blue 54

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

Shades of Midnight Express #050E36

Tints of Midnight Express #050E36

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.18%

 BLUE value IS 54 (21.48% from 255) = 73.97%

R = 6.85%
G = 19.18%
B = 73.97%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#050E36 (or 0x050E36) is known color: Midnight Express. HEX triplet: 05, 0E and 36. RGB value is (5,14,54). Sum of RGB (Red+Green+Blue) = 5+14+54=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 54 (21.48% from 255 or 73.97% from 73); Max value from RGB is 54 - color contains mainly: blue. Hex color #050E36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E36 is #FAF1C9. Grayscale: #0F0F0F. Windows color (decimal): -16445898 or 3542533. OLE color: 3542533.

HSL color Cylindrical-coordinate representation of color #050E36: hue angle of 228.98º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050E36 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 14 54 -
CMYK 0.91 0.74 0 0.79
HSL 228.98º 0.83% 0.12% -
HSV(B) 228.98º 0.91% 0.21% -
XYZ 0.89 0.61 3.56 -
YUV 15.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 5 14 54 0.91 0.74 0 0.79 228.98 0.83 0.12
Hex 5 E 36 5B 4A 0 4F E5 53 C
Octal 5 16 66 133 112 0 117 345 123 14
Binary 101 1110 110110 1011011 1001010 0 1001111 11100101 1010011 1100

Color Harmonies of #050E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E36

Black with #050E36

Text Example


Text Example

White with #050E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050E36; }

 p { color: rgb(5,14,54); }

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

background-color css

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

 a { background-color: rgb(5,14,54); }

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

border-color css

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

 span { border-color: rgb(5,14,54); }

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