#050D3A

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

Shades of Midnight Express #050D3A

Tints of Midnight Express #050D3A

Color information

#050D3A (or 0x050D3A) is unknown color: approx Midnight Express. HEX triplet: 05, 0D and 3A. RGB value is (5,13,58). Sum of RGB (Red+Green+Blue) = 5+13+58=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 58 (23.05% from 255 or 76.32% from 76); Max value from RGB is 58 - color contains mainly: blue. Hex color #050D3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D3A is #FAF2C5. Grayscale: #0F0F0F. Windows color (decimal): -16446150 or 3804421. OLE color: 3804421.

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

Color convert

RGB51358-
CMYK0.910.7800.77
HSL230.94º84.13%12.35%-
HSV(B)230.94º91.38%22.75%-
XYZ0.970.634.07-
YUV15.74151.85120.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 13 (5.47% from 255) = 17.11%
BLUE value IS 58 (23.05% from 255) = 76.32%
R=6.58%
G=17.11%
B=76.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal513580.910.7800.77230.9484.1312.35
Hex5D3A5B4E04De754c
Octal51572133116011534712414
Binary101110111101010110111001110010011011110011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,13,58); }

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

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

 a { background-color: rgb(5,13,58); }

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

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

 span { border-color: rgb(5,13,58); }

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