#010547

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

Shades of Midnight Express #010547

Tints of Midnight Express #010547

Color information

#010547 (or 0x010547) is unknown color: approx Midnight Express. HEX triplet: 01, 05 and 47. RGB value is (1,5,71). Sum of RGB (Red+Green+Blue) = 1+5+71=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 71 (28.12% from 255 or 92.21% from 77); Max value from RGB is 71 - color contains mainly: blue. Hex color #010547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010547 is #FEFAB8. Grayscale: #0B0B0B. Windows color (decimal): -16710329 or 4654337. OLE color: 4654337.

HSL color Cylindrical-coordinate representation of color #010547: hue angle of 236.57º 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 #010547 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB1571-
CMYK0.990.9300.72
HSL236.57º97.22%14.12%-
HSV(B)236.57º98.59%27.84%-
XYZ1.20.576.01-
YUV11.33161.67120.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 71 (28.12% from 255) = 92.21%
R=1.30%
G=6.49%
B=92.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal15710.990.9300.72236.5797.2214.12
Hex1547635D048ed61e
Octal15107143135011035514116
Binary1101100011111000111011101010010001110110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010547; }

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

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

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

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

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

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

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

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