Html Css Color HEX #050B36 Midnight Express

📋 copy color: '#050B36'

red 5 ◦ green 11 ◦ blue 54

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

Shades of Midnight Express #050B36

Tints of Midnight Express #050B36

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.71%

 BLUE value IS 54 (21.48% from 255) = 77.14%

R = 7.14%
G = 15.71%
B = 77.14%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#050B36 (or 0x050B36) is known color: Midnight Express. HEX triplet: 05, 0B and 36. RGB value is (5,11,54). Sum of RGB (Red+Green+Blue) = 5+11+54=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 54 (21.48% from 255 or 77.14% from 70); Max value from RGB is 54 - color contains mainly: blue. Hex color #050B36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B36 is #FAF4C9. Grayscale: #0D0D0D. Windows color (decimal): -16446666 or 3541765. OLE color: 3541765.

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

Color convert

RGB 5 11 54 -
CMYK 0.91 0.80 0 0.79
HSL 232.65º 0.83% 0.12% -
HSV(B) 232.65º 0.91% 0.21% -
XYZ 0.85 0.54 3.55 -
YUV 14.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 5 11 54 0.91 0.80 0 0.79 232.65 0.83 0.12
Hex 5 B 36 5B 50 0 4F E9 53 C
Octal 5 13 66 133 120 0 117 351 123 14
Binary 101 1011 110110 1011011 1010000 0 1001111 11101001 1010011 1100

Color Harmonies of #050B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B36

Black with #050B36

Text Example


Text Example

White with #050B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050B36; }

 p { color: rgb(5,11,54); }

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

background-color css

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

 a { background-color: rgb(5,11,54); }

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

border-color css

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

 span { border-color: rgb(5,11,54); }

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