#050B3D

Color #050B3D Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #050B3D

Tints of Midnight Express #050B3D

Color information

#050B3D (or 0x050B3D) is unknown color: approx Midnight Express. HEX triplet: 05, 0B and 3D. RGB value is (5,11,61). Sum of RGB (Red+Green+Blue) = 5+11+61=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 61 (24.22% from 255 or 79.22% from 77); Max value from RGB is 61 - color contains mainly: blue. Hex color #050B3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B3D is #FAF4C2. Grayscale: #0E0E0E. Windows color (decimal): -16446659 or 4000517. OLE color: 4000517.

HSL color Cylindrical-coordinate representation of color #050B3D: hue angle of 233.57º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050B3D is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB51161-
CMYK0.920.8200.76
HSL233.57º84.85%12.94%-
HSV(B)233.57º91.8%23.92%-
XYZ1.020.614.48-
YUV14.91154.01120.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 61 (24.22% from 255) = 79.22%
R=6.49%
G=14.29%
B=79.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal511610.920.8200.76233.5784.8512.94
Hex5B3D5C5204Cea55d
Octal51375134122011435212515
Binary101101111110110111001010010010011001110101010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #050B3D;
 }
 .AnyTagClassName
 {
   color: #050B3D;
 }
</style>
background-color css

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

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

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

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

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

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