#000535

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

Shades of Midnight Express #000535

Tints of Midnight Express #000535

Color information

#000535 (or 0x000535) is unknown color: approx Midnight Express. HEX triplet: 00, 05 and 35. RGB value is (0,5,53). Sum of RGB (Red+Green+Blue) = 0+5+53=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 53 (21.09% from 255 or 91.38% from 58); Max value from RGB is 53 - color contains mainly: blue. Hex color #000535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000535 is #FFFACA. Grayscale: #080808. Windows color (decimal): -16775883 or 3474688. OLE color: 3474688.

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

Color convert

RGB0553-
CMYK10.9100.79
HSL234.34º100%10.39%-
HSV(B)234.34º100%20.78%-
XYZ0.70.373.4-
YUV8.98152.84121.6-

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) = 8.62%
BLUE value IS 53 (21.09% from 255) = 91.38%
R=0%
G=8.62%
B=91.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal055310.9100.79234.3410010.39
Hex0535645B04Fea64a
Octal0565144133011735214412
Binary010111010111001001011011010011111110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000535; }

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

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

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

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

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

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

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

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