Html Css Color HEX #050735 Midnight Express

📋 copy color: '#050735'

red 5 ◦ green 7 ◦ blue 53

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

Shades of Midnight Express #050735

Tints of Midnight Express #050735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 81.54%

R = 7.69%
G = 10.77%
B = 81.54%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#050735 (or 0x050735) is known color: Midnight Express. HEX triplet: 05, 07 and 35. RGB value is (5,7,53). Sum of RGB (Red+Green+Blue) = 5+7+53=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 53 (21.09% from 255 or 81.54% from 65); Max value from RGB is 53 - color contains mainly: blue. Hex color #050735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050735 is #FAF8CA. Grayscale: #0B0B0B. Windows color (decimal): -16447691 or 3475205. OLE color: 3475205.

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

Color convert

RGB 5 7 53 -
CMYK 0.91 0.87 0 0.79
HSL 237.5º 0.83% 0.11% -
HSV(B) 237.5º 0.91% 0.21% -
XYZ 0.78 0.44 3.41 -
YUV 11.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 5 7 53 0.91 0.87 0 0.79 237.5 0.83 0.11
Hex 5 7 35 5B 57 0 4F EE 53 B
Octal 5 7 65 133 127 0 117 356 123 13
Binary 101 111 110101 1011011 1010111 0 1001111 11101110 1010011 1011

Color Harmonies of #050735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050735

Black with #050735

Text Example


Text Example

White with #050735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050735; }

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

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

background-color css

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

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

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

border-color css

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

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

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