Html Css Color HEX #050037 Midnight Express

📋 copy color: '#050037'

red 5 ◦ green 0 ◦ blue 55

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

Shades of Midnight Express #050037

Tints of Midnight Express #050037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 91.67%

R = 8.33%
G = 0%
B = 91.67%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#050037 (or 0x050037) is known color: Midnight Express. HEX triplet: 05, 00 and 37. RGB value is (5,0,55). Sum of RGB (Red+Green+Blue) = 5+0+55=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 55 (21.88% from 255 or 91.67% from 60); Max value from RGB is 55 - color contains mainly: blue. Hex color #050037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050037 is #FAFFC8. Grayscale: #070707. Windows color (decimal): -16449481 or 3604485. OLE color: 3604485.

HSL color Cylindrical-coordinate representation of color #050037: hue angle of 245.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050037 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 0 55 -
CMYK 0.91 1 0 0.78
HSL 245.45º 1% 0.11% -
HSV(B) 245.45º 1% 0.22% -
XYZ 0.75 0.31 3.63 -
YUV 7.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 5 0 55 0.91 1 0 0.78 245.45 1 0.11
Hex 5 0 37 5B 64 0 4E F5 64 B
Octal 5 0 67 133 144 0 116 365 144 13
Binary 101 0 110111 1011011 1100100 0 1001110 11110101 1100100 1011

Color Harmonies of #050037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050037

Black with #050037

Text Example


Text Example

White with #050037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050037; }

 p { color: rgb(5,0,55); }

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

background-color css

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

 a { background-color: rgb(5,0,55); }

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

border-color css

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

 span { border-color: rgb(5,0,55); }

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