#051A39

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

Shades of Midnight Express #051A39

Tints of Midnight Express #051A39

Color information

#051A39 (or 0x051A39) is unknown color: approx Midnight Express. HEX triplet: 05, 1A and 39. RGB value is (5,26,57). Sum of RGB (Red+Green+Blue) = 5+26+57=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 57 (22.66% from 255 or 64.77% from 88); Max value from RGB is 57 - color contains mainly: blue. Hex color #051A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A39 is #FAE5C6. Grayscale: #171717. Windows color (decimal): -16442823 or 3742213. OLE color: 3742213.

HSL color Cylindrical-coordinate representation of color #051A39: hue angle of 215.77º 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 #051A39 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52657-
CMYK0.910.5400.78
HSL215.77º83.87%12.16%-
HSV(B)215.77º91.23%22.35%-
XYZ1.171.074.02-
YUV23.26147.04114.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 57 (22.66% from 255) = 64.77%
R=5.68%
G=29.55%
B=64.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal526570.910.5400.78215.7783.8712.16
Hex51A395B3604Ed854c
Octal5327113366011633012414
Binary101110101110011011011110110010011101101100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051A39; }

 p { color: rgb(5,26,57); }

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

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

 a { background-color: rgb(5,26,57); }

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

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

 span { border-color: rgb(5,26,57); }

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