#000530

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

Shades of Midnight Express #000530

Tints of Midnight Express #000530

Color information

#000530 (or 0x000530) is unknown color: approx Midnight Express. HEX triplet: 00, 05 and 30. RGB value is (0,5,48). Sum of RGB (Red+Green+Blue) = 0+5+48=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 48 (19.14% from 255 or 90.57% from 53); Max value from RGB is 48 - color contains mainly: blue. Hex color #000530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000530 is #FFFACF. Grayscale: #080808. Windows color (decimal): -16775888 or 3147008. OLE color: 3147008.

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

Color convert

RGB0548-
CMYK10.9000.81
HSL233.75º100%9.41%-
HSV(B)233.75º100%18.82%-
XYZ0.590.322.83-
YUV8.41150.34122-

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.43%
BLUE value IS 48 (19.14% from 255) = 90.57%
R=0%
G=9.43%
B=90.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal054810.9000.81233.751009.41
Hex0530645A051ea649
Octal0560144132012135214411
Binary010111000011001001011010010100011110101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000530; }

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

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

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

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

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

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

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

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