Html Css Color HEX #050E30 Midnight Express

📋 copy color: '#050E30'

red 5 ◦ green 14 ◦ blue 48

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

Shades of Midnight Express #050E30

Tints of Midnight Express #050E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 71.64%

R = 7.46%
G = 20.9%
B = 71.64%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#050E30 (or 0x050E30) is known color: Midnight Express. HEX triplet: 05, 0E and 30. RGB value is (5,14,48). Sum of RGB (Red+Green+Blue) = 5+14+48=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #050E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E30 is #FAF1CF. Grayscale: #0F0F0F. Windows color (decimal): -16445904 or 3149317. OLE color: 3149317.

HSL color Cylindrical-coordinate representation of color #050E30: hue angle of 227.44º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050E30 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 14 48 -
CMYK 0.90 0.71 0 0.81
HSL 227.44º 0.81% 0.1% -
HSV(B) 227.44º 0.9% 0.19% -
XYZ 0.75 0.56 2.86 -
YUV 15.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 5 14 48 0.90 0.71 0 0.81 227.44 0.81 0.1
Hex 5 E 30 5A 47 0 51 E3 51 A
Octal 5 16 60 132 107 0 121 343 121 12
Binary 101 1110 110000 1011010 1000111 0 1010001 11100011 1010001 1010

Color Harmonies of #050E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E30

Black with #050E30

Text Example


Text Example

White with #050E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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