#001441

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

Shades of Midnight Express #001441

Tints of Midnight Express #001441

Color information

#001441 (or 0x001441) is unknown color: approx Midnight Express. HEX triplet: 00, 14 and 41. RGB value is (0,20,65). Sum of RGB (Red+Green+Blue) = 0+20+65=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 65 (25.78% from 255 or 76.47% from 85); Max value from RGB is 65 - color contains mainly: blue. Hex color #001441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001441 is #FFEBBE. Grayscale: #121212. Windows color (decimal): -16772031 or 4264960. OLE color: 4264960.

HSL color Cylindrical-coordinate representation of color #001441: hue angle of 221.54º 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 #001441 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB02065-
CMYK10.6900.75
HSL221.54º100%12.75%-
HSV(B)221.54º100%25.49%-
XYZ1.20.885.11-
YUV19.15153.87114.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 65 (25.78% from 255) = 76.47%
R=0%
G=23.53%
B=76.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0206510.6900.75221.5410012.75
Hex01441644504Bde64d
Octal024101144105011333614415
Binary010100100000111001001000101010010111101111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001441; }

 p { color: rgb(0,20,65); }

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

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

 a { background-color: rgb(0,20,65); }

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

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

 span { border-color: rgb(0,20,65); }

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