Html Css Color HEX #050B41 Midnight Express

📋 copy color: '#050B41'

red 5 ◦ green 11 ◦ blue 65

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

Shades of Midnight Express #050B41

Tints of Midnight Express #050B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 80.25%

R = 6.17%
G = 13.58%
B = 80.25%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#050B41 (or 0x050B41) is known color: Midnight Express. HEX triplet: 05, 0B and 41. RGB value is (5,11,65). Sum of RGB (Red+Green+Blue) = 5+11+65=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 65 (25.78% from 255 or 80.25% from 81); Max value from RGB is 65 - color contains mainly: blue. Hex color #050B41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B41 is #FAF4BE. Grayscale: #0F0F0F. Windows color (decimal): -16446655 or 4262661. OLE color: 4262661.

HSL color Cylindrical-coordinate representation of color #050B41: hue angle of 234º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050B41 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 11 65 -
CMYK 0.92 0.83 0 0.75
HSL 234º 0.86% 0.14% -
HSV(B) 234º 0.92% 0.25% -
XYZ 1.14 0.65 5.07 -
YUV 15.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 5 11 65 0.92 0.83 0 0.75 234 0.86 0.14
Hex 5 B 41 5C 53 0 4B EA 56 E
Octal 5 13 101 134 123 0 113 352 126 16
Binary 101 1011 1000001 1011100 1010011 0 1001011 11101010 1010110 1110

Color Harmonies of #050B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B41

Black with #050B41

Text Example


Text Example

White with #050B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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