#001036

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

Shades of Midnight Express #001036

Tints of Midnight Express #001036

Color information

#001036 (or 0x001036) is unknown color: approx Midnight Express. HEX triplet: 00, 10 and 36. RGB value is (0,16,54). Sum of RGB (Red+Green+Blue) = 0+16+54=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 54 (21.48% from 255 or 77.14% from 70); Max value from RGB is 54 - color contains mainly: blue. Hex color #001036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001036 is #FFEFC9. Grayscale: #0F0F0F. Windows color (decimal): -16773066 or 3543040. OLE color: 3543040.

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

Color convert

RGB01654-
CMYK10.7000.79
HSL222.22º100%10.59%-
HSV(B)222.22º100%21.18%-
XYZ0.850.643.57-
YUV15.55149.7116.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 54 (21.48% from 255) = 77.14%
R=0%
G=22.86%
B=77.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0165410.7000.79222.2210010.59
Hex01036644604Fde64b
Octal02066144106011733614413
Binary01000011011011001001000110010011111101111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001036; }

 p { color: rgb(0,16,54); }

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

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

 a { background-color: rgb(0,16,54); }

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

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

 span { border-color: rgb(0,16,54); }

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