Html Css Color HEX #050733 Midnight Express

📋 copy color: '#050733'

red 5 ◦ green 7 ◦ blue 51

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

Shades of Midnight Express #050733

Tints of Midnight Express #050733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.11%

 BLUE value IS 51 (20.31% from 255) = 80.95%

R = 7.94%
G = 11.11%
B = 80.95%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#050733 (or 0x050733) is known color: Midnight Express. HEX triplet: 05, 07 and 33. RGB value is (5,7,51). Sum of RGB (Red+Green+Blue) = 5+7+51=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 51 (20.31% from 255 or 80.95% from 63); Max value from RGB is 51 - color contains mainly: blue. Hex color #050733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050733 is #FAF8CC. Grayscale: #0B0B0B. Windows color (decimal): -16447693 or 3344133. OLE color: 3344133.

HSL color Cylindrical-coordinate representation of color #050733: hue angle of 237.39º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050733 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 7 51 -
CMYK 0.90 0.86 0 0.8
HSL 237.39º 0.82% 0.11% -
HSV(B) 237.39º 0.9% 0.2% -
XYZ 0.74 0.42 3.17 -
YUV 11.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 5 7 51 0.90 0.86 0 0.8 237.39 0.82 0.11
Hex 5 7 33 5A 56 0 50 ED 52 B
Octal 5 7 63 132 126 0 120 355 122 13
Binary 101 111 110011 1011010 1010110 0 1010000 11101101 1010010 1011

Color Harmonies of #050733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050733

Black with #050733

Text Example


Text Example

White with #050733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050733; }

 p { color: rgb(5,7,51); }

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

background-color css

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

 a { background-color: rgb(5,7,51); }

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

border-color css

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

 span { border-color: rgb(5,7,51); }

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