#051741

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

Shades of Midnight Express #051741

Tints of Midnight Express #051741

Color information

#051741 (or 0x051741) is unknown color: approx Midnight Express. HEX triplet: 05, 17 and 41. RGB value is (5,23,65). Sum of RGB (Red+Green+Blue) = 5+23+65=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #051741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051741 is #FAE8BE. Grayscale: #161616. Windows color (decimal): -16443583 or 4265733. OLE color: 4265733.

HSL color Cylindrical-coordinate representation of color #051741: hue angle of 222º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051741 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB52365-
CMYK0.920.6500.75
HSL222º85.71%13.73%-
HSV(B)222º92.31%25.49%-
XYZ1.321.035.13-
YUV22.41152.04115.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 65 (25.78% from 255) = 69.89%
R=5.38%
G=24.73%
B=69.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal523650.920.6500.7522285.7113.73
Hex517415C4104Bde56e
Octal527101134101011333612616
Binary10110111100000110111001000001010010111101111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051741; }

 p { color: rgb(5,23,65); }

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

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

 a { background-color: rgb(5,23,65); }

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

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

 span { border-color: rgb(5,23,65); }

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