#000531

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

Shades of Midnight Express #000531

Tints of Midnight Express #000531

Color information

#000531 (or 0x000531) is unknown color: approx Midnight Express. HEX triplet: 00, 05 and 31. RGB value is (0,5,49). Sum of RGB (Red+Green+Blue) = 0+5+49=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 49 (19.53% from 255 or 90.74% from 54); Max value from RGB is 49 - color contains mainly: blue. Hex color #000531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000531 is #FFFACE. Grayscale: #080808. Windows color (decimal): -16775887 or 3212544. OLE color: 3212544.

HSL color Cylindrical-coordinate representation of color #000531: hue angle of 233.88º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000531 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB0549-
CMYK10.9000.81
HSL233.88º100%9.61%-
HSV(B)233.88º100%19.22%-
XYZ0.610.332.94-
YUV8.52150.84121.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 49 (19.53% from 255) = 90.74%
R=0%
G=9.26%
B=90.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal054910.9000.81233.881009.61
Hex0531645A051ea64a
Octal0561144132012135214412
Binary010111000111001001011010010100011110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000531; }

 p { color: rgb(0,5,49); }

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

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

 a { background-color: rgb(0,5,49); }

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

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

 span { border-color: rgb(0,5,49); }

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