#010036

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

Shades of Midnight Express #010036

Tints of Midnight Express #010036

Color information

#010036 (or 0x010036) is unknown color: approx Midnight Express. HEX triplet: 01, 00 and 36. RGB value is (1,0,54). Sum of RGB (Red+Green+Blue) = 1+0+54=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 54 (21.48% from 255 or 98.18% from 55); Max value from RGB is 54 - color contains mainly: blue. Hex color #010036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010036 is #FEFFC9. Grayscale: #060606. Windows color (decimal): -16711626 or 3538945. OLE color: 3538945.

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

Color convert

RGB1054-
CMYK0.98100.79
HSL241.11º100%10.59%-
HSV(B)241.11º100%21.18%-
XYZ0.680.273.51-
YUV6.46154.83124.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 98.18%
R=1.82%
G=0%
B=98.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal10540.98100.79241.1110010.59
Hex1036626404Ff164b
Octal1066142144011736114413
Binary1011011011000101100100010011111111000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010036; }

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

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

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

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

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

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

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

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