#001239

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

Shades of Midnight Express #001239

Tints of Midnight Express #001239

Color information

#001239 (or 0x001239) is unknown color: approx Midnight Express. HEX triplet: 00, 12 and 39. RGB value is (0,18,57). Sum of RGB (Red+Green+Blue) = 0+18+57=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 57 (22.66% from 255 or 76% from 75); Max value from RGB is 57 - color contains mainly: blue. Hex color #001239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001239 is #FFEDC6. Grayscale: #101010. Windows color (decimal): -16772551 or 3740160. OLE color: 3740160.

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

Color convert

RGB01857-
CMYK10.6800.78
HSL221.05º100%11.18%-
HSV(B)221.05º100%22.35%-
XYZ0.950.733.96-
YUV17.06150.54115.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 57 (22.66% from 255) = 76%
R=0%
G=24%
B=76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0185710.6800.78221.0510011.18
Hex01239644404Edd64b
Octal02271144104011633514413
Binary01001011100111001001000100010011101101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001239; }

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

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

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

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

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

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

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

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