Html Css Color HEX #050835 Midnight Express

📋 copy color: '#050835'

red 5 ◦ green 8 ◦ blue 53

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

Shades of Midnight Express #050835

Tints of Midnight Express #050835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.12%

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

R = 7.58%
G = 12.12%
B = 80.3%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#050835 (or 0x050835) is known color: Midnight Express. HEX triplet: 05, 08 and 35. RGB value is (5,8,53). Sum of RGB (Red+Green+Blue) = 5+8+53=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 53 (21.09% from 255 or 80.30% from 66); Max value from RGB is 53 - color contains mainly: blue. Hex color #050835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050835 is #FAF7CA. Grayscale: #0C0C0C. Windows color (decimal): -16447435 or 3475461. OLE color: 3475461.

HSL color Cylindrical-coordinate representation of color #050835: hue angle of 236.25º 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 #050835 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 8 53 -
CMYK 0.91 0.85 0 0.79
HSL 236.25º 0.83% 0.11% -
HSV(B) 236.25º 0.91% 0.21% -
XYZ 0.79 0.46 3.42 -
YUV 12.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 5 8 53 0.91 0.85 0 0.79 236.25 0.83 0.11
Hex 5 8 35 5B 55 0 4F EC 53 B
Octal 5 10 65 133 125 0 117 354 123 13
Binary 101 1000 110101 1011011 1010101 0 1001111 11101100 1010011 1011

Color Harmonies of #050835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050835

Black with #050835

Text Example


Text Example

White with #050835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050835; }

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

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

background-color css

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

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

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

border-color css

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

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

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