#001640

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

Shades of Midnight Express #001640

Tints of Midnight Express #001640

Color information

#001640 (or 0x001640) is unknown color: approx Midnight Express. HEX triplet: 00, 16 and 40. RGB value is (0,22,64). Sum of RGB (Red+Green+Blue) = 0+22+64=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 64 (25.39% from 255 or 74.42% from 86); Max value from RGB is 64 - color contains mainly: blue. Hex color #001640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001640 is #FFE9BF. Grayscale: #141414. Windows color (decimal): -16771520 or 4199936. OLE color: 4199936.

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

Color convert

RGB02264-
CMYK10.6600.75
HSL219.38º100%12.55%-
HSV(B)219.38º100%25.1%-
XYZ1.210.944.97-
YUV20.21152.71113.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 64 (25.39% from 255) = 74.42%
R=0%
G=25.58%
B=74.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0226410.6600.75219.3810012.55
Hex01640644204Bdb64d
Octal026100144102011333314415
Binary010110100000011001001000010010010111101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001640; }

 p { color: rgb(0,22,64); }

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

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

 a { background-color: rgb(0,22,64); }

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

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

 span { border-color: rgb(0,22,64); }

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