#051345

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

Shades of Midnight Express #051345

Tints of Midnight Express #051345

Color information

#051345 (or 0x051345) is unknown color: approx Midnight Express. HEX triplet: 05, 13 and 45. RGB value is (5,19,69). Sum of RGB (Red+Green+Blue) = 5+19+69=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 69 (27.34% from 255 or 74.19% from 93); Max value from RGB is 69 - color contains mainly: blue. Hex color #051345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051345 is #FAECBA. Grayscale: #141414. Windows color (decimal): -16444603 or 4526853. OLE color: 4526853.

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

Color convert

RGB51969-
CMYK0.930.7200.73
HSL226.88º86.49%14.51%-
HSV(B)226.88º92.75%27.06%-
XYZ1.370.935.74-
YUV20.51155.36116.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 69 (27.34% from 255) = 74.19%
R=5.38%
G=20.43%
B=74.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal519690.930.7200.73226.8886.4914.51
Hex513455D48049e356f
Octal523105135110011134312617
Binary10110011100010110111011001000010010011110001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051345; }

 p { color: rgb(5,19,69); }

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

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

 a { background-color: rgb(5,19,69); }

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

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

 span { border-color: rgb(5,19,69); }

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