Html Css Color HEX #050B38 Midnight Express

📋 copy color: '#050B38'

red 5 ◦ green 11 ◦ blue 56

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

Shades of Midnight Express #050B38

Tints of Midnight Express #050B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 77.78%

R = 6.94%
G = 15.28%
B = 77.78%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#050B38 (or 0x050B38) is known color: Midnight Express. HEX triplet: 05, 0B and 38. RGB value is (5,11,56). Sum of RGB (Red+Green+Blue) = 5+11+56=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 56 (22.27% from 255 or 77.78% from 72); Max value from RGB is 56 - color contains mainly: blue. Hex color #050B38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B38 is #FAF4C7. Grayscale: #0E0E0E. Windows color (decimal): -16446664 or 3672837. OLE color: 3672837.

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

Color convert

RGB 5 11 56 -
CMYK 0.91 0.80 0 0.78
HSL 232.94º 0.84% 0.12% -
HSV(B) 232.94º 0.91% 0.22% -
XYZ 0.9 0.56 3.8 -
YUV 14.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 5 11 56 0.91 0.80 0 0.78 232.94 0.84 0.12
Hex 5 B 38 5B 50 0 4E E9 54 C
Octal 5 13 70 133 120 0 116 351 124 14
Binary 101 1011 111000 1011011 1010000 0 1001110 11101001 1010100 1100

Color Harmonies of #050B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B38

Black with #050B38

Text Example


Text Example

White with #050B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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