Html Css Color HEX #050935 Midnight Express

📋 copy color: '#050935'

red 5 ◦ green 9 ◦ blue 53

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

Shades of Midnight Express #050935

Tints of Midnight Express #050935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.43%

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

R = 7.46%
G = 13.43%
B = 79.1%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#050935 (or 0x050935) is known color: Midnight Express. HEX triplet: 05, 09 and 35. RGB value is (5,9,53). Sum of RGB (Red+Green+Blue) = 5+9+53=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 53 (21.09% from 255 or 79.10% from 67); Max value from RGB is 53 - color contains mainly: blue. Hex color #050935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050935 is #FAF6CA. Grayscale: #0C0C0C. Windows color (decimal): -16447179 or 3475717. OLE color: 3475717.

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

Color convert

RGB 5 9 53 -
CMYK 0.91 0.83 0 0.79
HSL 235º 0.83% 0.11% -
HSV(B) 235º 0.91% 0.21% -
XYZ 0.8 0.48 3.42 -
YUV 12.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 5 9 53 0.91 0.83 0 0.79 235 0.83 0.11
Hex 5 9 35 5B 53 0 4F EB 53 B
Octal 5 11 65 133 123 0 117 353 123 13
Binary 101 1001 110101 1011011 1010011 0 1001111 11101011 1010011 1011

Color Harmonies of #050935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050935

Black with #050935

Text Example


Text Example

White with #050935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050935; }

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

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

background-color css

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

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

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

border-color css

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

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

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