#010447

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

Shades of Midnight Express #010447

Tints of Midnight Express #010447

Color information

#010447 (or 0x010447) is unknown color: approx Midnight Express. HEX triplet: 01, 04 and 47. RGB value is (1,4,71). Sum of RGB (Red+Green+Blue) = 1+4+71=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 71 (28.12% from 255 or 93.42% from 76); Max value from RGB is 71 - color contains mainly: blue. Hex color #010447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010447 is #FEFBB8. Grayscale: #0A0A0A. Windows color (decimal): -16710585 or 4654081. OLE color: 4654081.

HSL color Cylindrical-coordinate representation of color #010447: hue angle of 237.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010447 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB1471-
CMYK0.990.9400.72
HSL237.43º97.22%14.12%-
HSV(B)237.43º98.59%27.84%-
XYZ1.190.556-
YUV10.74162.01121.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 71 (28.12% from 255) = 93.42%
R=1.32%
G=5.26%
B=93.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal14710.990.9400.72237.4397.2214.12
Hex1447635E048ed61e
Octal14107143136011035514116
Binary1100100011111000111011110010010001110110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010447; }

 p { color: rgb(1,4,71); }

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

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

 a { background-color: rgb(1,4,71); }

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

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

 span { border-color: rgb(1,4,71); }

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