Html Css Color HEX #050335 Midnight Express

📋 copy color: '#050335'

red 5 ◦ green 3 ◦ blue 53

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

Shades of Midnight Express #050335

Tints of Midnight Express #050335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.92%

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

R = 8.2%
G = 4.92%
B = 86.89%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#050335 (or 0x050335) is known color: Midnight Express. HEX triplet: 05, 03 and 35. RGB value is (5,3,53). Sum of RGB (Red+Green+Blue) = 5+3+53=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 53 (21.09% from 255 or 86.89% from 61); Max value from RGB is 53 - color contains mainly: blue. Hex color #050335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050335 is #FAFCCA. Grayscale: #090909. Windows color (decimal): -16448715 or 3474181. OLE color: 3474181.

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

Color convert

RGB 5 3 53 -
CMYK 0.91 0.94 0 0.79
HSL 242.4º 0.89% 0.11% -
HSV(B) 242.4º 0.94% 0.21% -
XYZ 0.74 0.35 3.4 -
YUV 9.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 5 3 53 0.91 0.94 0 0.79 242.4 0.89 0.11
Hex 5 3 35 5B 5E 0 4F F2 59 B
Octal 5 3 65 133 136 0 117 362 131 13
Binary 101 11 110101 1011011 1011110 0 1001111 11110010 1011001 1011

Color Harmonies of #050335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050335

Black with #050335

Text Example


Text Example

White with #050335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050335; }

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

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

background-color css

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

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

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

border-color css

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

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

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