#001439

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

Shades of Midnight Express #001439

Tints of Midnight Express #001439

Color information

#001439 (or 0x001439) is unknown color: approx Midnight Express. HEX triplet: 00, 14 and 39. RGB value is (0,20,57). Sum of RGB (Red+Green+Blue) = 0+20+57=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #001439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001439 is #FFEBC6. Grayscale: #121212. Windows color (decimal): -16772039 or 3740672. OLE color: 3740672.

HSL color Cylindrical-coordinate representation of color #001439: hue angle of 218.95º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001439 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB02057-
CMYK10.6500.78
HSL218.95º100%11.18%-
HSV(B)218.95º100%22.35%-
XYZ0.990.83.97-
YUV18.24149.87114.99-

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) = 25.97%
BLUE value IS 57 (22.66% from 255) = 74.03%
R=0%
G=25.97%
B=74.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0205710.6500.78218.9510011.18
Hex01439644104Edb64b
Octal02471144101011633314413
Binary01010011100111001001000001010011101101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001439; }

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

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

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

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

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

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

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

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