#001044

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

Shades of Midnight Express #001044

Tints of Midnight Express #001044

Color information

#001044 (or 0x001044) is unknown color: approx Midnight Express. HEX triplet: 00, 10 and 44. RGB value is (0,16,68). Sum of RGB (Red+Green+Blue) = 0+16+68=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 68 (26.95% from 255 or 80.95% from 84); Max value from RGB is 68 - color contains mainly: blue. Hex color #001044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001044 is #FFEFBB. Grayscale: #101010. Windows color (decimal): -16773052 or 4460544. OLE color: 4460544.

HSL color Cylindrical-coordinate representation of color #001044: hue angle of 225.88º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001044 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB01668-
CMYK10.7600.73
HSL225.88º100%13.33%-
HSV(B)225.88º100%26.67%-
XYZ1.230.795.56-
YUV17.14156.7115.77-

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) = 19.05%
BLUE value IS 68 (26.95% from 255) = 80.95%
R=0%
G=19.05%
B=80.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0166810.7600.73225.8810013.33
Hex01044644C049e264d
Octal020104144114011134214415
Binary010000100010011001001001100010010011110001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001044; }

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

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

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

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

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

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

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

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