Html Css Color HEX #050B47 Midnight Express

📋 copy color: '#050B47'

red 5 ◦ green 11 ◦ blue 71

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

Shades of Midnight Express #050B47

Tints of Midnight Express #050B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 81.61%

R = 5.75%
G = 12.64%
B = 81.61%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#050B47 (or 0x050B47) is known color: Midnight Express. HEX triplet: 05, 0B and 47. RGB value is (5,11,71). Sum of RGB (Red+Green+Blue) = 5+11+71=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 71 (28.12% from 255 or 81.61% from 87); Max value from RGB is 71 - color contains mainly: blue. Hex color #050B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B47 is #FAF4B8. Grayscale: #0F0F0F. Windows color (decimal): -16446649 or 4655877. OLE color: 4655877.

HSL color Cylindrical-coordinate representation of color #050B47: hue angle of 234.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050B47 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 11 71 -
CMYK 0.93 0.85 0 0.72
HSL 234.55º 0.87% 0.15% -
HSV(B) 234.55º 0.93% 0.28% -
XYZ 1.32 0.73 6.03 -
YUV 16.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 5 11 71 0.93 0.85 0 0.72 234.55 0.87 0.15
Hex 5 B 47 5D 55 0 48 EB 57 F
Octal 5 13 107 135 125 0 110 353 127 17
Binary 101 1011 1000111 1011101 1010101 0 1001000 11101011 1010111 1111

Color Harmonies of #050B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B47

Black with #050B47

Text Example


Text Example

White with #050B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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