#051C3F

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

Shades of Midnight Express #051C3F

Tints of Midnight Express #051C3F

Color information

#051C3F (or 0x051C3F) is unknown color: approx Midnight Express. HEX triplet: 05, 1C and 3F. RGB value is (5,28,63). Sum of RGB (Red+Green+Blue) = 5+28+63=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #051C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C3F is #FAE3C0. Grayscale: #181818. Windows color (decimal): -16442305 or 4135941. OLE color: 4135941.

HSL color Cylindrical-coordinate representation of color #051C3F: hue angle of 216.21º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051C3F is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB52863-
CMYK0.920.5600.75
HSL216.21º85.29%13.33%-
HSV(B)216.21º92.06%24.71%-
XYZ1.381.224.87-
YUV25.11149.38113.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 63 (25% from 255) = 65.62%
R=5.21%
G=29.17%
B=65.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal528630.920.5600.75216.2185.2913.33
Hex51C3F5C3804Bd855d
Octal5347713470011333012515
Binary101111001111111011100111000010010111101100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,63); }

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

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

 a { background-color: rgb(5,28,63); }

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

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

 span { border-color: rgb(5,28,63); }

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