Html Css Color HEX #050B44 Midnight Express

📋 copy color: '#050B44'

red 5 ◦ green 11 ◦ blue 68

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

Shades of Midnight Express #050B44

Tints of Midnight Express #050B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 80.95%

R = 5.95%
G = 13.1%
B = 80.95%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#050B44 (or 0x050B44) is known color: Midnight Express. HEX triplet: 05, 0B and 44. RGB value is (5,11,68). Sum of RGB (Red+Green+Blue) = 5+11+68=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 68 (26.95% from 255 or 80.95% from 84); Max value from RGB is 68 - color contains mainly: blue. Hex color #050B44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B44 is #FAF4BB. Grayscale: #0F0F0F. Windows color (decimal): -16446652 or 4459269. OLE color: 4459269.

HSL color Cylindrical-coordinate representation of color #050B44: hue angle of 234.29º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050B44 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 11 68 -
CMYK 0.93 0.84 0 0.73
HSL 234.29º 0.86% 0.14% -
HSV(B) 234.29º 0.93% 0.27% -
XYZ 1.23 0.69 5.54 -
YUV 15.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 5 11 68 0.93 0.84 0 0.73 234.29 0.86 0.14
Hex 5 B 44 5D 54 0 49 EA 56 E
Octal 5 13 104 135 124 0 111 352 126 16
Binary 101 1011 1000100 1011101 1010100 0 1001001 11101010 1010110 1110

Color Harmonies of #050B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B44

Black with #050B44

Text Example


Text Example

White with #050B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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